autoconf-patches
[Top][All Lists]
Advanced

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

fix autoreconf when ACLOCAL_AMFLAGS is AC_SUBSTed


From: Stepan Kasal
Subject: fix autoreconf when ACLOCAL_AMFLAGS is AC_SUBSTed
Date: Thu, 10 Mar 2005 15:20:53 +0100
User-agent: Mutt/1.4.1i

Hello,
  in project, I don't set ACLOCAL_AMFLAGS in Makefile.am literally,
I define it via AC_SUBST.  The following patch does two things

1) autoreconf doesn't call
        aclocal '$(xyz)'
nor
        aclocal '@xyz@

2) autoreconf searches Makefile instead of Makefile.am, if it is
available, so if can find the AC_SUBSTed value.

Paul, can I commit this patch?

Stepan

Attachment: autoconf-20050310-aclocal-flags.patch
Description: Text document


reply via email to

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