From: Gary V. Vaughan Date: Sat, 16 Sep 2000 00:56:06 +0000 (+0000) Subject: * configure.in (AC_OUTPUT): ltmain.sh must be generated in the X-Git-Tag: release-1-3d~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72407c2200f8a8bceebfb0ee40f65a16c97b47e0;p=thirdparty%2Flibtool.git * 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. --- diff --git a/ChangeLog b/ChangeLog index f15c34345..4180253e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-09-16 Gary V. Vaughan + * 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 diff --git a/configure.in b/configure.in index 2ae5f2073..0cc7f329c 100644 --- a/configure.in +++ b/configure.in @@ -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])