]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix tabs not enjoyed by texi2dvi:
authorKevin Ryde <user42@zip.com.au>
Sat, 20 Jul 2002 00:14:59 +0000 (00:14 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 20 Jul 2002 00:14:59 +0000 (00:14 +0000)
* doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
backslashes.

doc/autoconf.texi

index f3ab8c5c21ac6b310b47d7e48f2f43b7cf464fed..3fea6e8d85e01a860886ffdd931ef5bf17e621a8 100644 (file)
@@ -10268,8 +10268,8 @@ FOO = one \
 BAR = two
 
 test:
-       : FOO is "$(FOO)"
-       : BAR is "$(BAR)"
+        : FOO is "$(FOO)"
+        : BAR is "$(BAR)"
 @end example
 
 @noindent