]> sourceware.org Git - automake.git/commitdiff
1999-12-09 Pavel Roskin <pavel_roskin@geocities.com>
authorTom Tromey <tromey@redhat.com>
Fri, 10 Dec 1999 06:44:10 +0000 (06:44 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 10 Dec 1999 06:44:10 +0000 (06:44 +0000)
* m4/missing.m4: remove redundant backquote

ChangeLog
m4/missing.m4

index a9958c7a9aba9765ea7f6b25f961310293160cbb..ca86795df1f6392b31d4579d66b1b3d6a0dcf869 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-12-09  Pavel Roskin  <pavel_roskin@geocities.com>
+
+       * m4/missing.m4: remove redundant backquote
+
 1999-11-23  Tom Tromey  <tromey@cygnus.com>
 
        * automake.in (initialize_global_constants): Use `bzip2 -9', not
index 3cfdf98d786262454cb6f35165fc8c9bdc6763ec..5daa79448d8f27b517e3a13392834388d3c1951d 100644 (file)
@@ -28,6 +28,6 @@ if eval "$MISSING --run :"; then
   am_missing_run="$MISSING --run "
 else
   am_missing_run=
-  AC_MSG_WARN([\`missing' script is too old or missing])
+  AC_MSG_WARN([`missing' script is too old or missing])
 fi
 ])
This page took 0.058048 seconds and 5 git commands to generate.