From 72407c2200f8a8bceebfb0ee40f65a16c97b47e0 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sat, 16 Sep 2000 00:56:06 +0000 Subject: [PATCH] * 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. --- ChangeLog | 4 ++++ configure.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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]) -- 2.47.3