From e0afe6e94a71a6aeb964e9624c2df4f4a2821704 Mon Sep 17 00:00:00 2001 From: Andrew Fyfe Date: Mon, 4 Jun 2007 22:49:09 +0100 Subject: Autotool clean up. * Add vim modeline to Makefile.am and configure.ac * Fix white space in Makefile.am and configure.ac * Add contrib/wget-xdelta.sh to EXTRA_DIST in Makefile.am Signed-off-by: Andrew Fyfe Signed-off-by: Dan McGee --- scripts/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 8717c111..ba392fa9 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -37,7 +37,7 @@ edit = sed \ -e 's|@prefix[@]|$(prefix)|g' \ -e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \ -e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g' \ - -e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \ + -e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \ -e 's|@configure_input[@]|Generated from $@.in; do not edit by hand.|g' ## All the scripts depend on Makefile so that they are rebuilt when the @@ -60,3 +60,5 @@ repo-add: $(srcdir)/repo-add.in repo-remove: $(srcdir)/repo-remove.in re-pacman: $(srcdir)/re-pacman.in updatesync: $(srcdir)/updatesync.in + +# vim:set ts=2 sw=2 noet: -- cgit v1.2.3-24-g4f1b