From: Simon Josefsson Date: Mon, 25 Apr 2011 19:03:02 +0000 (+0200) Subject: gnumakefile: Replace TAB with SPCs. X-Git-Tag: v0.1~2907 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=7d06b32684363a39fae65c616b84bc7589768106;p=gnulib.git gnumakefile: Replace TAB with SPCs. * modules/gnumakefile (configure.ac): Replace TAB with SPCs. --- diff --git a/ChangeLog b/ChangeLog index 428047785..4fcc308e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-04-25 Simon Josefsson + + * modules/gnumakefile (configure.ac): Replace TAB with SPCs. + 2011-04-25 Bruno Haible strtol, strtoul: Mark modules as obsolete. diff --git a/modules/gnumakefile b/modules/gnumakefile index 483ff74dd..a86475a3f 100644 --- a/modules/gnumakefile +++ b/modules/gnumakefile @@ -14,9 +14,9 @@ configure.ac: # builds, so use a shell variable to bypass this. GNUmakefile=GNUmakefile m4_if(m4_version_compare([2.61a.100], - m4_defn([m4_PACKAGE_VERSION])), [1], [], + m4_defn([m4_PACKAGE_VERSION])), [1], [], [AC_CONFIG_LINKS([$GNUmakefile:$GNUmakefile], [], - [GNUmakefile=$GNUmakefile])]) + [GNUmakefile=$GNUmakefile])]) Makefile.am: distclean-local: clean-GNUmakefile