]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-01-19 Pavel Roskin <pavel_roskin@geocities.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Tue, 19 Jan 1999 06:58:47 +0000 (06:58 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Tue, 19 Jan 1999 06:58:47 +0000 (06:58 +0000)
* ifnames.sh: Source lines ending with backslash are prepended to
the following line before further processing.

ChangeLog
bin/ifnames.in
ifnames.in
ifnames.sh

index 4d580b5ce76d4d1cae25936e819d38632f08bc1d..a3733a6626564b381c96114e9b882d2396467f82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-01-19  Pavel Roskin  <pavel_roskin@geocities.com>
+
+       * ifnames.sh: Source lines ending with backslash are prepended to
+       the following line before further processing.
+
 1999-01-19  Ben Elliston  <bje@cygnus.com>
 
        * acspecific.m4 (AC_PROG_CXXCPP): Substitute @CXXCPP@ correctly
index 7709d2838f6a20cacb1d53b612a4bce19027d9ba..051e7e09bdfd60a57a6817acf89a28fec9e6fef9 100644 (file)
@@ -90,6 +90,15 @@ fi
     }
   }
 
+  {
+    while (sub(/\\$/, "", $0) > 0) {
+      if ((getline tmp) > 0)
+       $0 = $0 tmp
+      else
+       break
+    }
+  }
+
   /^[\t ]*#/ {
     if (sub(/^[\t ]*#[\t ]*ifn?def[\t ]+/, "", $0)) {
       sub(/[^A-Za-z_0-9].*/, "", $0)
index 7709d2838f6a20cacb1d53b612a4bce19027d9ba..051e7e09bdfd60a57a6817acf89a28fec9e6fef9 100644 (file)
@@ -90,6 +90,15 @@ fi
     }
   }
 
+  {
+    while (sub(/\\$/, "", $0) > 0) {
+      if ((getline tmp) > 0)
+       $0 = $0 tmp
+      else
+       break
+    }
+  }
+
   /^[\t ]*#/ {
     if (sub(/^[\t ]*#[\t ]*ifn?def[\t ]+/, "", $0)) {
       sub(/[^A-Za-z_0-9].*/, "", $0)
index 7709d2838f6a20cacb1d53b612a4bce19027d9ba..051e7e09bdfd60a57a6817acf89a28fec9e6fef9 100644 (file)
@@ -90,6 +90,15 @@ fi
     }
   }
 
+  {
+    while (sub(/\\$/, "", $0) > 0) {
+      if ((getline tmp) > 0)
+       $0 = $0 tmp
+      else
+       break
+    }
+  }
+
   /^[\t ]*#/ {
     if (sub(/^[\t ]*#[\t ]*ifn?def[\t ]+/, "", $0)) {
       sub(/[^A-Za-z_0-9].*/, "", $0)