-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.
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. ##