Running autogen.sh I get the following complaint from automake
configure.ac:7: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
This is trivially resolved by changing line 7 in configure.ac from AC_CONFIG_HEADERS([config.h]) to AM_CONFIG_HEADER([config.h]) I am using the latest GSL checked out from CVS trunk. Cheers, Jari _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
