ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/configure.ac
Revision: 186
Committed: 2003-07-10T17:33:43-07:00 (22 years ago) by douglas
File size: 243 byte(s)
Log Message:
Autoconf is evil, but Automake is even more evil, so it must die! Die! Die!

File Contents

# Content
1 AC_INIT(Search.cpp)
2 AC_PROG_CXX
3 AC_PROG_PERL_VERSION(5.00503, , AC_MSG_WARN(You need a Perl 5.6 or higher.))
4 AC_PROG_PERL_MODULES(File::Temp, , AC_MSG_WARN(You need Fill::Temp.))
5 ETR_SOCKET_NSL
6 CHECK_SSL
7 AC_PROG_INSTALL
8 AC_OUTPUT(GNUmakefile)