+2004-04-04 Peter O'Gorman <peter@pogma.com>
+
+ * Makefile.am: One install-data-hook target is better than two.
+
2004-04-03 Peter O'Gorman <peter@pogma.com>
* configure.ac: Bumped version to 1.5.5a.
# Create and install libltdl
install-data-hook:
cd libltdl && $(MAKE) local-install-files
+ chmod +x $(DESTDIR)$(pkgdatadir)/config.guess
+ chmod +x $(DESTDIR)$(pkgdatadir)/config.sub
# Uninstall libltdl
uninstall-local:
-rm -rf $(DESTDIR)$(pkgdatadir)/libltdl
-install-data-hook:
- chmod +x $(DESTDIR)$(pkgdatadir)/config.guess
- chmod +x $(DESTDIR)$(pkgdatadir)/config.sub
-
## ---------------------------------------------------------------- ##
## Everything past here is useful to the maintainer, but probably ##