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:[EMAIL PROTECTED] FAX: +49/731/501-999 http://www.faw.uni-ulm.de
