libtool
[Top][All Lists]
Advanced

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

Re: Bootstrapping Redux.


From: Gary V. Vaughan
Subject: Re: Bootstrapping Redux.
Date: Wed, 14 Jan 2004 12:43:54 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925 Thunderbird/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Scott James Remnant wrote:
| Bootstrapping the new stuff with Automake 1.8 and an older
| /usr/share/aclocal/libtool.m4 still causes the contents of that to be
| dumped into aclocal.m4 as well as the new m4_include line.
|
| This is (still) because at least some of the following m4_defines used
| to be AC_DEFUNs:
|
|         AC_LIBTOOL_CONFIG
|         AC_LIBTOOL_LINKER_OPTION
|         _LT_AC_LANG_C_CONFIG
|         _LT_AC_LANG_GCJ_CONFIG
|         _LT_AC_LANG_RC_CONFIG
|         _LT_AC_PROG_ECHO_BACKSLASH
|         _LT_AC_SHELL_INIT
|         _LT_AC_SYS_LIBPATH_AIX
|         _LT_AC_TAGVAR
|
| As well as the whole AC_PROG_EGREP debacle.
|
| However I've come up with a fairly evil, hacky but nonetheless amusing
| solution ... *cackle*

Me too :-)

What about adding m4/obsolete.m4 with:

        AU_DEFUN([AC_LIBTOOL_CONFIG], [AC_LIBTOOL_CONFIG])dnl
        AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_LIBTOOL_LINKER_OPTION])dnl
        ...
        AU_DEFUN([AC_PROG_EGREP], [AC_PROG_EGREP])dnl

At least it is only affecting the bootstrap now.  And we have a warning in the
script.

Cheers,
        Gary
- --
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://www.oranda.demon.co.uk
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFABTmKFRMICSmD1gYRAv5MAJkBjnutNLuEPrsrrXzik2Cr7AwpnwCgumES
dXPAFn/NAU7Q1gslUTJka0s=
=ExDg
-----END PGP SIGNATURE-----





reply via email to

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