pkgdatadir before installing new files.
* NEWS: Updated.
2003-11-07 Gary V. Vaughan <gary@gnu.org>
+ * Makefile.am (install-data-local): Wipe out old installation
+ pkgdatadir before installing new files.
+ * NEWS: Updated.
+
* m4/libtoolize.in (func_scan_files): If libtoolize is run before
automake has created install-sh and configure.ac does not mention
AC_CONFIG_AUX_DIR, fall back to the current directory for auxdir.
abs_srcdir=`cd $(top_srcdir) && pwd`; \
(cd $$dir && $$abs_srcdir/$$dir/configure) || exit 1
+# Don't install over the top of an old pkgdatadir
+install-data-local:
+ -rm -rf $(DESTDIR)$(pkgdatadir)
+
# Create and install libltdl
install-data-hook:
cd libltdl && $(MAKE) local-install-files
* Mode inferrence removed, shorthand for choosing modes added.
* Specifying -allow-undefined is now an error.
* Speed up max_cmd_len check.
+* make install now deletes preexisting $prefix/share/libtool before installing
+ latest files.
* Extracting symbols from an import library on cygwin and win32 now works.
* Recognises the 'R' symbol type on Solaris so read-only symbols can be
exported.