Explorar o código

ENH: add a smaple configure.in for CMake based projects

Bill Hoffman %!s(int64=25) %!d(string=hai) anos
pai
achega
a4bbb55efd
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      configure.in.sample

+ 5 - 0
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()