From: Ralf Wildenhues Date: Thu, 29 Dec 2005 17:46:09 +0000 (+0000) Subject: * Makefile.am (libtoolize): Also depend on `config.status'. X-Git-Tag: release-2-1b~347 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f53a704f38ea54ebd25a54a5599fb4a0911d32;p=thirdparty%2Flibtool.git * Makefile.am (libtoolize): Also depend on `config.status'. (tests/atconfig): Normalize path, for non-GNU make. Reported by Bob Friesenhahn . --- diff --git a/ChangeLog b/ChangeLog index 883d00892..11997d781 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-12-29 Ralf Wildenhues + * Makefile.am (libtoolize): Also depend on `config.status'. + (tests/atconfig): Normalize path, for non-GNU make. + Reported by Bob Friesenhahn . + * libltdl/config/ltmain.m4sh (func_mode_link) : Fix position of separator for shlibpath_var setting in shell wrapper. diff --git a/Makefile.am b/Makefile.am index 81dbc6e21..a29fc57d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,7 @@ lt__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd # The libtool distributor and the standalone libtool script. bin_SCRIPTS = libtoolize libtool -libtoolize: $(srcdir)/libtoolize.in +libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status rm -f libtoolize.tmp libtoolize $(timestamp); \ input="libtoolize.m4sh"; \ @@ -438,7 +438,7 @@ $(srcdir)/tests/package.m4: $(srcdir)/configure.ac echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \ } | $(edit) > $(srcdir)/tests/package.m4 -tests/atconfig: config.status +tests/atconfig: $(top_builddir)/config.status $(SHELL) ./config.status tests/atconfig DISTCLEANFILES += tests/atconfig