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

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

Small fix to configure.in in CVS


From: Martin Ebourne
Subject: Small fix to configure.in in CVS
Date: Wed, 25 Oct 2006 13:55:34 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.2-cvs)

Hi,

Fixes current CVS configure.in to refer to the right variable when doing the scary macro undefining stuff.

Cheers,

Martin.
--- emacs/configure.in~ 2006-09-28 06:47:26.000000000 +0100
+++ emacs/configure.in  2006-10-25 13:50:29.000000000 +0100
@@ -3230,7 +3230,7 @@
 # the C preprocessor to some helpful value like 1, or maybe the empty
 # string.  Needless to say consequent macro substitutions are less
 # than conducive to the makefile finding the correct directory.
-[undefs="`echo $top_srcdir $configuration $canonical |
+[undefs="`echo $ac_top_srcdir $configuration $canonical |
 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/  *$//' \
     -e 's/  */ -U/g' -e 's/-U[0-9][^ ]*//g' \
 `"]

reply via email to

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