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

This commit is contained in:
Bill Hoffman 2001-02-18 13:02:55 -05:00
parent 149f83dc2b
commit a4bbb55efd
1 changed files with 5 additions and 0 deletions

View File

@ -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. # Process this file with autoconf to produce a configure script.
AC_INIT() AC_INIT()