bug-autoconf
[Top][All Lists]
Advanced

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

Re: Autoconf 2.56 is released


From: Akim Demaille
Subject: Re: Autoconf 2.56 is released
Date: Mon, 18 Nov 2002 10:59:40 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

| Yes, this works now, and if I change:
| 
|    builddir = `pwd`
|    AC_SUBST(builddir)
|    ...
|    builddir = @builddir@
| 
| to
| 
|    ugh_ugh_autoconf250_builddir = `pwd`
|    AC_SUBST(ugh_ugh_autoconf250_builddir)
|    ...
|    builddir = @ugh_ugh_autoconf250_builddir@
| 
| then the --srcdir configure/build works too.  Phew.  Btw, why have
| these change in behaviour not been mentioned in the NEWS file?

What change?  I don't understand what you are referring to.


| > The problem with lilypond is that it has a lot of custom configuration
| > code.
| 
| Yes, the idea was to move all kinds of generic functionality to a
| library, and have real simple configure.in's.

Maybe some of the code should be provided by Autoconf?




reply via email to

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