]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoconf.texi (Limitations of Make, Making testsuite Scripts):
authorKevin Ryde <user42@zip.com.au>
Wed, 24 Jul 2002 00:38:49 +0000 (00:38 +0000)
committerKevin Ryde <user42@zip.com.au>
Wed, 24 Jul 2002 00:38:49 +0000 (00:38 +0000)
Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.

doc/autoconf.texi

index 74986f874381a3fc96cd3bb9433d2431a6d5be2a..23bf77064191f1025e8d58f727e6f8a4c00cca3d 100644 (file)
@@ -10292,13 +10292,13 @@ one:
         $(MAKE) two
 two:
         @@echo $(foo)
-% @kbd{make foo=bar}           # GNU make 3.79.1
+% @kbd{make foo=bar}            # GNU make 3.79.1
 bar
 make two
 make[1]: Entering directory `/home/adl'
 bar
 make[1]: Leaving directory `/home/adl'
-% @kbd{pmake foo=bar}          # BSD make
+% @kbd{pmake foo=bar}           # BSD make
 bar
 pmake two
 foo
@@ -13442,11 +13442,11 @@ following:
 subdir = tests
 
 atconfig: $(top_builddir)/config.status
-       cd $(top_builddir) && \
+        cd $(top_builddir) && \
            $(SHELL) ./config.status $(subdir)/$@
 
 atlocal: $(srcdir)/atlocal.in $(top_builddir)/config.status
-       cd $(top_builddir) && \
+        cd $(top_builddir) && \
            $(SHELL) ./config.status $(subdir)/$@
 @end example