ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/configure.ac
(Generate patch)

Comparing Frodo4/Src/configure.ac (file contents):
Revision 1.1 by cebix, 2003-07-01T18:09:37Z vs.
Revision 1.3 by cebix, 2003-07-01T19:04:37Z

# Line 1 | Line 1
1   dnl Process this file with autoconf to produce a configure script.
2  
3 < AC_INIT(Frodo, 4.2, [Christian.Bauer@uni-mainz.de])
3 > AC_INIT(Frodo, 4.2, [Christian.Bauer@uni-mainz.de], Frodo)
4   AC_CONFIG_SRCDIR(main.cpp)
5   AC_PREREQ(2.52)
6   AC_CONFIG_HEADER(sysconfig.h)
# Line 10 | Line 10 | AC_PROG_CC
10   AC_PROG_CXX
11   AC_PROG_CPP
12   AC_PROG_MAKE_SET
13 + AC_PROG_INSTALL
14  
15   dnl Don't want the default "-O2 -g" that autoconf uses for gcc.
16   if [[ x"$GXX" = "xyes" ]]; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines