Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2014-05-25 21:00:43 +0400
committerAlex Rønne Petersen <alexrp@xamarin.com>2014-05-25 21:04:06 +0400
commit09126b1b214562228e98c8b0cb6eb98a37818467 (patch)
tree66677773aa493d71094f6ecce33ec8cba9dbe8da /Makefile.am
parentd61bf0d21bc6b8983a88b2ffb4f4010aa3ada563 (diff)
Rename configure.in -> configure.ac. Based on PR #976.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 30f8cdef0f4..aa4bd78da9f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -160,9 +160,9 @@ package-inputs:
done
echo "</root>" >> msvc/scripts/order.xml
-# Update llvm version in configure.in to the output of $LLVM_DIR/bin/llvm-config --version
+# Update llvm version in configure.ac to the output of $LLVM_DIR/bin/llvm-config --version
update-llvm-version:
if test "x$$LLVM_DIR" = "x"; then echo "Set the make variable LLVM_DIR to the directory containing the LLVM installation."; exit 1; fi
- REV=`$(LLVM_DIR)/bin/llvm-config --version` && sed -e "s,expected_llvm_version=.*,expected_llvm_version=\"$$REV\"," < configure.in > tmp && mv tmp configure.in && echo "Version set to $$REV."
+ REV=`$(LLVM_DIR)/bin/llvm-config --version` && sed -e "s,expected_llvm_version=.*,expected_llvm_version=\"$$REV\"," < configure.ac > tmp && mv tmp configure.ac && echo "Version set to $$REV."