]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.in (AC_OUTPUT): ltmain.sh must be generated in the
authorGary V. Vaughan <gary@gnu.org>
Sat, 16 Sep 2000 00:56:06 +0000 (00:56 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 16 Sep 2000 00:56:06 +0000 (00:56 +0000)
source tree since this is where it would be found in a freshly
unrolled tarball.

ChangeLog
configure.in

index f15c34345151d1031aac3b4d158e0ffbb54282ff..4180253e78b08f6d2e9ff55d9391f45dc0a40e2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-09-16  Gary V. Vaughan  <gvv@techie.com>
 
+       * configure.in (AC_OUTPUT): ltmain.sh must be generated in the
+       source tree since this is where it would be found in a freshly
+       unrolled tarball.
+
        * configure.in: Replace `dnl' comments with `#' comments for
        more conformity with cvs autoconf.
        Removed emacs hack-local-variables, since there is now a
index 2ae5f2073fb67e240a31cbfc133f07f010b17a2c..0cc7f329c6b500e59ac77db4c52f7c8400cab111 100644 (file)
@@ -66,4 +66,5 @@ done
 AC_SUBST(ACINCLUDE_M4_LIST)
 AC_SUBST(DIST_MAKEFILE_LIST)
 
-AC_OUTPUT([Makefile doc/Makefile tests/Makefile ltmain.sh:ltmain.in])
+AC_OUTPUT([Makefile doc/Makefile tests/Makefile \
+           $ac_aux_dir/ltmain.sh:ltmain.in])