1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
authorTom Tromey <tromey@redhat.com>
Mon, 11 Jan 1999 13:53:30 +0000 (13:53 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 11 Jan 1999 13:53:30 +0000 (13:53 +0000)
* missing (autoheader): `s' was missing from sed script; grr

ChangeLog
lib/missing
missing

index 0728286..96be560 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-01-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * missing (autoheader): `s' was missing from sed script; grr
+
 1999-01-11  Tom Tromey  <tromey@cygnus.com>
 
        * remake-hdr.am (@STAMP@): Reverted timestamp change.
index 5a81ac5..7789652 100755 (executable)
@@ -82,7 +82,7 @@ WARNING: \`$1' is missing on your system.  You should only need it if
          you modified \`acconfig.h' or \`configure.in'.  You might want
          to install the \`Autoconf' and \`GNU m4' packages.  Grab them
          from any GNU archive site."
-    files=`sed -n '/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' configure.in`
+    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' configure.in`
     test -z "$files" && files="config.h"
     touch_files=
     for f in $files; do
diff --git a/missing b/missing
index 5a81ac5..7789652 100755 (executable)
--- a/missing
+++ b/missing
@@ -82,7 +82,7 @@ WARNING: \`$1' is missing on your system.  You should only need it if
          you modified \`acconfig.h' or \`configure.in'.  You might want
          to install the \`Autoconf' and \`GNU m4' packages.  Grab them
          from any GNU archive site."
-    files=`sed -n '/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' configure.in`
+    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' configure.in`
     test -z "$files" && files="config.h"
     touch_files=
     for f in $files; do