]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am ($(srcdir)/libltdl/Makefile.am): Fix regexp typo.
authorGary V. Vaughan <gary@gnu.org>
Mon, 26 Feb 2007 11:02:43 +0000 (11:02 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 26 Feb 2007 11:02:43 +0000 (11:02 +0000)
* clcommit.m4sh: Look in the right directory for helper scripts.

ChangeLog
Makefile.am

index ef5fa982334bc2689ab352055ea5fd157a6c4d0e..2669329a6f033202d2186d57f80c61b8639528bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 2007-02-26  Gary V. Vaughan  <gary@gnu.org>
 
-       * clcommit.m4sh: Look in the right directory for helper scripts.
+       * Makefile.am ($(srcdir)/libltdl/Makefile.am): Fix regexp typo.
 
+       * clcommit.m4sh: Look in the right directory for helper scripts.
 
 2007-02-25  Gary V. Vaughan  <gary@gnu.org>
 
index b5314b0b6f85ac9f29f1171920f5eada3646c264..743bbb13e8f0a8382adfb6b0124ba84a20db7951 100644 (file)
@@ -201,7 +201,7 @@ $(srcdir)/libltdl/Makefile.am: $(srcdir)/libltdl/Makefile.inc
        cd $(srcdir); \
        in=libltdl/Makefile.inc; out=libltdl/Makefile.am; \
        rm -f $$out; \
-       $(SED) -n '/^.. Makefile.am -- /,/^.. MA 02110-1301, USA,/p' $$in > $$out; \
+       $(SED) -n '/^.. Makefile.am -- /,/^.. MA 02110-1301, USA./p' $$in > $$out; \
        { echo 'ACLOCAL_AMFLAGS = -I m4'; \
          echo 'AUTOMAKE_OPTIONS = foreign'; \
          echo 'AM_CPPFLAGS ='; \