From: Ralf Wildenhues Date: Sat, 12 Mar 2005 18:18:14 +0000 (+0000) Subject: * configure.ac: stamp-vcl is in $top_srcdir, not $top_builddir. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7706be41fb85bd4dd772416ddb21a75767a95355;p=thirdparty%2Flibtool.git * configure.ac: stamp-vcl is in $top_srcdir, not $top_builddir. --- diff --git a/ChangeLog b/ChangeLog index 2db617477..36c58ffef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,15 @@ -2005-03-06 Per Bothner , +2005-03-12 Ralf Wildenhues + + * configure.ac: stamp-vcl is in $top_srcdir, not $top_builddir. + +2005-03-12 Per Bothner , Ralf Wildenhues 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. diff --git a/configure.ac b/configure.ac index c274a8ab0..86688bab7 100644 --- a/configure.ac +++ b/configure.ac @@ -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. ##