autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: WS changes


From: Akim Demaille
Subject: FYI: WS changes
Date: Fri, 23 May 2003 15:06:08 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

2003-05-23  Akim Demaille  <address@hidden>

        * Makefile.am, bin/Makefile.am, config/Makefile.am,
        * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
        White spaces cleanup.

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
        exit 63, so that we (or Automake's "missing") can tell the
        difference with a plain failure.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/autoconf/autoconf/Makefile.am,v
retrieving revision 1.87
diff -u -u -r1.87 Makefile.am
--- Makefile.am 15 Nov 2002 09:17:30 -0000 1.87
+++ Makefile.am 23 May 2003 13:05:20 -0000
@@ -25,8 +25,8 @@
 ACLOCAL_AMFLAGS = -I config
 
 EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 \
-             BUGS \
-             GNUmakefile Makefile.maint
+            BUGS \
+            GNUmakefile Makefile.maint
 
 MAINTAINERCLEANFILES = INSTALL
 
@@ -73,8 +73,8 @@
             $(srcdir)/config/texinfo.tex \
             $(srcdir)/doc/standards.texi $(srcdir)/doc/make-stds.texi
 cvs_files = $(srcdir)/config/elisp-comp \
-            $(srcdir)/config/mdate-sh \
-            $(srcdir)/config/missing \
-            $(srcdir)/config/install-sh \
-            $(srcdir)/config/mkinstalldirs
+           $(srcdir)/config/mdate-sh \
+           $(srcdir)/config/missing \
+           $(srcdir)/config/install-sh \
+           $(srcdir)/config/mkinstalldirs
 local_updates = wget-update cvs-update
Index: bin/Makefile.am
===================================================================
RCS file: /cvsroot/autoconf/autoconf/bin/Makefile.am,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile.am
--- bin/Makefile.am 25 Oct 2002 15:15:56 -0000 1.13
+++ bin/Makefile.am 23 May 2003 13:05:20 -0000
@@ -21,10 +21,10 @@
 include ../lib/freeze.mk
 
 bin_SCRIPTS = autom4te \
-              autoconf autoheader autoreconf ifnames autoscan autoupdate
+             autoconf autoheader autoreconf ifnames autoscan autoupdate
 
 EXTRA_DIST = autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in \
-             autoscan.in autom4te.in \
+            autoscan.in autom4te.in \
             autoconf.as
 
 # Files that should be removed, but which Automake does not know.
Index: config/Makefile.am
===================================================================
RCS file: /cvsroot/autoconf/autoconf/config/Makefile.am,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile.am
--- config/Makefile.am 24 Jan 2002 17:30:59 -0000 1.5
+++ config/Makefile.am 23 May 2003 13:05:20 -0000
@@ -19,7 +19,7 @@
 ## 02111-1307, USA.
 
 EXTRA_DIST = $(SPECIFIC_MACROS) $(SPECIFIC_TOOLS) \
-              prev-version.txt
+             prev-version.txt
 MAINTAINERCLEANFILES = $(GENERIC_TOOLS)
 
 SPECIFIC_MACROS =                              \
Index: doc/Makefile.am
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/Makefile.am,v
retrieving revision 1.28
diff -u -u -r1.28 Makefile.am
--- doc/Makefile.am 1 Apr 2003 07:28:08 -0000 1.28
+++ doc/Makefile.am 23 May 2003 13:05:20 -0000
@@ -31,7 +31,7 @@
 # not know.
 CLEANFILES = autoconf.ACs  autoconf.cvs  autoconf.MSs  autoconf.prs \
             autoconf.ATs  autoconf.evs  autoconf.fns  autoconf.ovs \
-             autoconf.tmp \
+            autoconf.tmp \
             autoconf*.html standards*.html
 
 
Index: lib/autoconf/Makefile.am
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/Makefile.am,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile.am
--- lib/autoconf/Makefile.am 17 Oct 2002 10:34:11 -0000 1.21
+++ lib/autoconf/Makefile.am 23 May 2003 13:05:20 -0000
@@ -20,10 +20,10 @@
 autoconflibdir = $(pkgdatadir)/autoconf
 dist_autoconflib_DATA = \
        autoconf.m4 \
-        general.m4 status.m4 oldnames.m4 specific.m4 \
+       general.m4 status.m4 oldnames.m4 specific.m4 \
        autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 \
        lang.m4 c.m4 fortran.m4 \
-        functions.m4 headers.m4 types.m4 libs.m4 programs.m4
+       functions.m4 headers.m4 types.m4 libs.m4 programs.m4
 
 nodist_autoconflib_DATA = autoconf.m4f
 CLEANFILES = $(nodist_autoconflib_DATA)
Index: tests/Makefile.am
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/Makefile.am,v
retrieving revision 1.82
diff -u -u -r1.82 Makefile.am
--- tests/Makefile.am 17 Jul 2002 10:13:33 -0000 1.82
+++ tests/Makefile.am 23 May 2003 13:05:20 -0000
@@ -21,7 +21,7 @@
 # We don't actually distribute the testsuite, since one only
 # needs m4 to build it, m4 being required anyway to install Autoconf.
 EXTRA_DIST = $(TESTSUITE_AT) atspecific.m4 mktests.sh \
-             atlocal.in package.m4 wrapper.as
+            atlocal.in package.m4 wrapper.as
 
 # Running the uninstalled scripts.
 check_SCRIPTS = autoconf autoheader autoreconf autom4te autoscan autoupdate 
ifnames
@@ -70,8 +70,8 @@
 
 TESTSUITE_HAND_AT = \
        suite.at \
-        m4sugar.at m4sh.at \
-        base.at tools.at torture.at \
+       m4sugar.at m4sh.at \
+       base.at tools.at torture.at \
        compile.at c.at fortran.at \
        semantics.at \
        foreign.at
@@ -85,7 +85,7 @@
 AUTOTEST = ./autom4te --language=autotest
 $(TESTSUITE): $(srcdir)/package.m4 \
              atspecific.m4 \
-              $(TESTSUITE_AT) \
+             $(TESTSUITE_AT) \
              $(autotest_m4f_dependencies)
        $(AUTOTEST) -I $(srcdir) suite.at -o address@hidden
        mv address@hidden $@
@@ -120,18 +120,18 @@
 # thanks God for VPATH.  Hm...
 autoconfdir = $(top_srcdir)/lib/autoconf
 AUTOCONF_FILES = $(autoconfdir)/general.m4 \
-                 $(autoconfdir)/status.m4 \
-                 $(autoconfdir)/autoheader.m4 \
-                 $(autoconfdir)/autoupdate.m4 \
-                 $(autoconfdir)/specific.m4 \
-                 $(autoconfdir)/functions.m4 \
-                 $(autoconfdir)/lang.m4 \
-                 $(autoconfdir)/c.m4 \
-                 $(autoconfdir)/fortran.m4 \
-                 $(autoconfdir)/headers.m4 \
-                 $(autoconfdir)/libs.m4 \
-                 $(autoconfdir)/types.m4       \
-                 $(autoconfdir)/programs.m4
+                $(autoconfdir)/status.m4 \
+                $(autoconfdir)/autoheader.m4 \
+                $(autoconfdir)/autoupdate.m4 \
+                $(autoconfdir)/specific.m4 \
+                $(autoconfdir)/functions.m4 \
+                $(autoconfdir)/lang.m4 \
+                $(autoconfdir)/c.m4 \
+                $(autoconfdir)/fortran.m4 \
+                $(autoconfdir)/headers.m4 \
+                $(autoconfdir)/libs.m4 \
+                $(autoconfdir)/types.m4        \
+                $(autoconfdir)/programs.m4
 
 $(TESTSUITE_GENERATED_AT): mktests.sh $(AUTOCONF_FILES)
        cd $(srcdir) && ./mktests.sh $(AUTOCONF_FILES)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]