hello_pre = 2.1.1
#
diff: diffcheck
- echo -e "\
-To apply these patches, cd to the main directory of the package\n\
-and then use \`patch -p1 < hello-XXX.diff'.\n\
-Before building the program, run \`autogen.sh'.\n" > \
+ @(echo "To apply these patches, cd to the main directory of the package"; \
+ echo "and then use \`patch -p1 < hello-XXX.diff'."; \
+ echo "Before building the program, run \`autogen.sh'."; ) > \
$(PACKAGE)-$(hello_pre)-$(VERSION).diff
-diff -rc2P --exclude=configure --exclude=config.h.in --exclude=*.info \
--exclude=*.gmo --exclude=aclocal.m4 \
AM_GNU_GETTEXT_VERSION([0.15])
AM_GNU_GETTEXT([external])
-AC_CONFIG_FILES([Makefile \
- contrib/Makefile \
- doc/Makefile \
- gnulib/lib/Makefile \
- man/Makefile \
- po/Makefile.in \
- src/Makefile \
+AC_CONFIG_FILES([Makefile
+ contrib/Makefile
+ doc/Makefile
+ gnulib/lib/Makefile
+ man/Makefile
+ po/Makefile.in
+ src/Makefile
tests/Makefile])
AC_OUTPUT