--- Frodo4/Src/configure.ac 2003/07/01 18:09:37 1.1 +++ Frodo4/Src/configure.ac 2003/07/01 19:04:37 1.3 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(Frodo, 4.2, [Christian.Bauer@uni-mainz.de]) +AC_INIT(Frodo, 4.2, [Christian.Bauer@uni-mainz.de], Frodo) AC_CONFIG_SRCDIR(main.cpp) AC_PREREQ(2.52) AC_CONFIG_HEADER(sysconfig.h) @@ -10,6 +10,7 @@ AC_PROG_CC AC_PROG_CXX AC_PROG_CPP AC_PROG_MAKE_SET +AC_PROG_INSTALL dnl Don't want the default "-O2 -g" that autoconf uses for gcc. if [[ x"$GXX" = "xyes" ]]; then