bug-gnu-utils
[Top][All Lists]
Advanced

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

Autoconf 2.13 Bug


From: Andrea Lombardoni
Subject: Autoconf 2.13 Bug
Date: Tue, 22 May 2001 16:10:54 +0200 (CEST)

Hello.

I think I have found a bug in autoconf 2.13.

My configure.in has a line that looks like this (stupid example):

AC_CHECK_FILES(/usr/include/g++-3/sstream)

When I run the configure I correctly get:

checking for /usr/include/g++-3/sstream... yes

Following the documentation, @DEFS@ in my Makefile.in should be set to the
different -D.....=1.

But when I type make I get the following:

DEFINES = -DHAVE__USR_INCLUDE_G=++_3_SSTREAM\ 1

Which is clearly wrong. I guess autoconf tries some substitutions, but the
main problem is the missing =1 at the end.

Thank you.


-- 
------------------------------------------------------------------
Andrea Lombardoni
address@hidden
IFW D43.2
------------------------------------------------------------------




reply via email to

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