bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] Minor autogen.sh issue


From: Jari Häkkinen
Subject: [Bug-gsl] Minor autogen.sh issue
Date: Sat, 17 Feb 2007 10:19:09 +0100
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]