summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2003-11-11 16:49:32 +0000
committerGary V. Vaughan <gary@gnu.org>2003-11-11 16:49:32 +0000
commitc866b386af1d6cebd5a3edd57248d7b75fc9c5e3 (patch)
tree865787a68454cf3873e5a2484c3fcc853fc35dcf /Makefile.am
parent503555927dba75219278bfb1dc3da3ae7df04b11 (diff)
downloadlibtool-c866b386af1d6cebd5a3edd57248d7b75fc9c5e3.tar.gz
* m4/libtool.m4 (AC_LIBTOOL_SETUP): Don't define the value for
ltmain unconditionally. (_LT_PROG_LTMAIN): New macro to ensure that the shell variable `ltmain' actually points at a suitable `ltmain.sh'. (_AC_PROG_LIBTOOL): Require it. (AC_LIBTOOL_CONFIG, _LT_AC_TAG_CONFIG): Invoke it. * Makefile.am (libtool): ltmain.sh is in the build tree. * libltdl/configure.ac: Ditto.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 02125358..f92f5a2b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,7 @@ bin_SCRIPTS = libtool libtoolize
config_status = $(top_builddir)/config.status
-libtool: $(srcdir)/config/ltmain.sh $(top_builddir)/configure
+libtool: config/ltmain.sh $(top_builddir)/configure
CONFIG_FILES= CONFIG_HEADERS= $(SHELL) $(config_status)
chmod +x $@