]> git.ipfire.org Git - thirdparty/libtool.git/commit
Libtool now builds with the help of Autoconf-2.50!
authorGary V. Vaughan <gary@gnu.org>
Thu, 28 Jun 2001 22:02:06 +0000 (22:02 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 28 Jun 2001 22:02:06 +0000 (22:02 +0000)
commitcb2c3d2ed89f830d9949d41d37cfd63e7dadeabd
tree0719d7d6ead9b3150e2d6c4e290c0d3e207ee016
parent6a3e2ec3ef404c48d3d9927ddb73b823c83a45c3
Libtool now builds with the help of Autoconf-2.50!
* configure.ac (AC_PREREQ):  Require Autoconf-2.50 or newer.
(AC_PROG_CPP, AC_EXEEXT, AC_OBJEXT):  Removed.  Autoconf-2.50
doesn't have the AC_REQUIRE bug that required these to be called
explicitly from here.  Autoconf-2.50 uses this file instead of...
* configure.in: ...this, which is now deleted.
* cdemo/configure.ac, cdemo/configure.in: Ditto.
* demo/configure.ac, demo/configure.in: Ditto.
* depdemo/configure.ac, depdemo/configure.in: Ditto.
* libltdl/configure.ac, libltdl/configure.in: Ditto.
* mdemo/configure.ac, mdemo/configure.in: Ditto.
* pdemo/configure.ac, pdemo/configure.in: Ditto.
* libltdl/acconfig.h:  Deleted.
* Makefile.am (libtool): libtool now depends on configure.ac.
* libtool.m4 (_LT_AC_LOCK):  Use 2.50's AC_LANG_PUSH/AC_LANG_POP
instead of 2.13's AC_LANG_SAVE/AC_LANG_RESTORE.
(AC_LIBTOOL_LANG_C_CONFIG): Ditto.
(AC_LIBTOOL_LANG_CXX_CONFIG): Ditto.
* libtoolize.in:  Use $configure_ac, instead of hardcoding
configure.in.
12 files changed:
ChangeLog
Makefile.am
cdemo/configure.ac [moved from cdemo/configure.in with 71% similarity]
configure.ac [moved from configure.in with 75% similarity]
demo/configure.ac [moved from demo/configure.in with 84% similarity]
depdemo/configure.ac [moved from depdemo/configure.in with 82% similarity]
libltdl/acconfig.h [deleted file]
libltdl/configure.ac [moved from libltdl/configure.in with 98% similarity]
libtool.m4
libtoolize.in
mdemo/configure.ac [moved from mdemo/configure.in with 84% similarity]
pdemo/configure.ac [moved from pdemo/configure.in with 82% similarity]