summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-02-18 18:02:55 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-02-18 18:02:55 (GMT)
commita4bbb55efdbb8d1b948b55248b54a3532f2f9d41 (patch)
treed832ff0842183424232981606d099c10b3046d11
parent149f83dc2bb79cda3f856ee1d1096d88179cb22c (diff)
downloadCMake-a4bbb55efdbb8d1b948b55248b54a3532f2f9d41.zip
CMake-a4bbb55efdbb8d1b948b55248b54a3532f2f9d41.tar.gz
CMake-a4bbb55efdbb8d1b948b55248b54a3532f2f9d41.tar.bz2
ENH: add a smaple configure.in for CMake based projects
-rw-r--r--configure.in.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in.sample b/configure.in.sample
index 04623b5..56529d0 100644
--- a/configure.in.sample
+++ b/configure.in.sample
@@ -1,3 +1,8 @@
+# This is a sample configure.in for CMake
+# To use CMake, you must put the CMake directory and
+# all of its source into the top level of your source tree.
+# You need to have the configure script in .. from CMake.
+
# Process this file with autoconf to produce a configure script.
AC_INIT()