autoconf
[Top][All Lists]
Advanced

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

autoconf-2.49f/CPPFLAGS.


From: Ralf Corsepius
Subject: autoconf-2.49f/CPPFLAGS.
Date: Wed, 25 Apr 2001 11:08:45 +0200

Hi,

Given this (trivial) configure.in (minimized version of an actual
configure.in):

AC_INIT(hello.c)
AM_INIT_AUTOMAKE(test,1,no)
AC_PROG_CC
AM_CONFIG_HEADER(config.h)
AC_OUTPUT(Makefile)

Using autoconf-2.49f and vanilla automake-1.4 results into this:

# ./configure
..
# make
gcc -DHAVE_CONFIG_H -I. -I. -I.   @CPPFLAGS@  -g -O2 -c hello.c
gcc: @CPPFLAGS@: Datei oder Verzeichnis nicht gefunden
make: *** [hello.o] Error 1

The return of a "N'aucun ficher ou repertoire" / "No such file or
directory" bug :)

Ralf.

-- 
Ralf Corsepius 
Forschungsinstitut fuer Anwendungsorientierte Wissensverarbeitung (FAW)
Helmholtzstr. 16, 89081 Ulm, Germany     Tel: +49/731/501-8690
mailto:address@hidden           FAX: +49/731/501-999  
http://www.faw.uni-ulm.de



reply via email to

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