autoconf
[Top][All Lists]
Advanced

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

autoconf 2.59: problem with AM_INIT_AUTOMAKE


From: Guignon Thomas
Subject: autoconf 2.59: problem with AM_INIT_AUTOMAKE
Date: Mon, 22 Dec 2003 00:54:27 +0100
User-agent: KMail/1.5.3

Hello,
running autoconf with the simple configure.ac file following produce this 
error:
configure:2616: error: possibly undefined macro: _AM_DEPENDENCIES
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.


configure.ac:
# Process this file with autoconf to produce a configure script.
AC_INIT([blasth],[0.1],address@hidden)
AC_CONFIG_HEADER([config.h])

AM_INIT_AUTOMAKE

AC_C_INLINE

AC_CONFIG_FILES([src/Makefile])
AC_OUTPUT


Note that when removing AM_INIT_AUTOMAKE or AC_C_INLINE it works fine (but not 
really useful)

How can I fix this problem??

Thanks

Thomas
A+





reply via email to

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