groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff aclocal.m4 configure


From: Werner LEMBERG
Subject: [Groff-commit] groff aclocal.m4 configure
Date: Fri, 04 Nov 2005 10:38:26 -0500

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 05/11/04 15:38:25

Modified files:
        .              : aclocal.m4 configure 

Log message:
        Now a real fix, as suggested by Keith.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/aclocal.m4.diff?tr1=1.50&tr2=1.51&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/configure.diff?tr1=1.69&tr2=1.70&r1=text&r2=text

Patches:
Index: groff/aclocal.m4
diff -u groff/aclocal.m4:1.50 groff/aclocal.m4:1.51
--- groff/aclocal.m4:1.50       Fri Nov  4 07:47:42 2005
+++ groff/aclocal.m4    Fri Nov  4 15:38:22 2005
@@ -67,7 +67,7 @@
    else
      # We need an additional level of quoting to make sed's regexps work.
      [makeinfo_version=`$MAKEINFO --version 2>&1 \
-       | sed '1 { s/^.* \([^ ]\+\)$/\1/;q }'`]
+       | sed 's/^.* \([^ ]\+\)$/\1/;1q'`]
      # Consider only the first two numbers in version number string.
      [makeinfo_version_major=`echo $makeinfo_version \
        | sed 's/^\([0-9]*\).*$/\1/'`]
Index: groff/configure
diff -u groff/configure:1.69 groff/configure:1.70
--- groff/configure:1.69        Fri Nov  4 07:47:42 2005
+++ groff/configure     Fri Nov  4 15:38:23 2005
@@ -5505,7 +5505,7 @@
    else
      # We need an additional level of quoting to make sed's regexps work.
      makeinfo_version=`$MAKEINFO --version 2>&1 \
-       | sed '1 { s/^.* \([^ ]\+\)$/\1/;q }'`
+       | sed 's/^.* \([^ ]\+\)$/\1/;1q'`
      # Consider only the first two numbers in version number string.
      makeinfo_version_major=`echo $makeinfo_version \
        | sed 's/^\([0-9]*\).*$/\1/'`




reply via email to

[Prev in Thread] Current Thread [Next in Thread]