From 7d06b32684363a39fae65c616b84bc7589768106 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 25 Apr 2011 21:03:02 +0200 Subject: [PATCH] gnumakefile: Replace TAB with SPCs. * modules/gnumakefile (configure.ac): Replace TAB with SPCs. --- ChangeLog | 4 ++++ modules/gnumakefile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.11.0