]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.ac: stamp-vcl is in $top_srcdir, not $top_builddir.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 12 Mar 2005 18:18:14 +0000 (18:18 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 12 Mar 2005 18:18:14 +0000 (18:18 +0000)
ChangeLog
configure.ac

index 2db617477f4e60ddf63e38bb13ee9cc653e1ed37..36c58ffef0124f5ab0652655e26a5d6fcc2c303d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,15 @@
-2005-03-06  Per Bothner <per@bothner.com>,
+2005-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac: stamp-vcl is in $top_srcdir, not $top_builddir.
+
+2005-03-12  Per Bothner <per@bothner.com>,
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Allow special characters in source file names.  Will break unless
        `-o target' is also given, which must not contain special characters.
        En passant, fix source file quoting broken for cygwin/MSVC.
 
-       * ltmain.m4sh (func_mode_compile): Use new variable qsrcfile
+       * config/ltmain.m4sh (func_mode_compile): Use new variable qsrcfile
        for quoted source file name for compile $command.  Fix missing
        quotes for _c_o lockfile.
        * NEWS: Update.
index c274a8ab0288df8c50916d8f7cf32e30ae1ea975..86688bab7d3c774a9af167979e49a3a3552f306c 100644 (file)
@@ -118,7 +118,7 @@ dnl We use m4sh to generate libtool's portable shell scripts
 AC_SUBST([M4SH], ['autom4te -l m4sh'])
 
 dnl Make sure config.status is regenerated when the version timestamp changes
-AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_builddir)/stamp-vcl'])
+AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_srcdir)/stamp-vcl'])
 
 ## ------------------------------- ##
 ## Libtool specific configuration. ##