From: Gary V. Vaughan Date: Mon, 26 Feb 2007 11:02:43 +0000 (+0000) Subject: * Makefile.am ($(srcdir)/libltdl/Makefile.am): Fix regexp typo. X-Git-Tag: release-2-1b~162 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=287652e9ae204bf91156a82d72c1efcf82026fd0;p=thirdparty%2Flibtool.git * Makefile.am ($(srcdir)/libltdl/Makefile.am): Fix regexp typo. * clcommit.m4sh: Look in the right directory for helper scripts. --- diff --git a/ChangeLog b/ChangeLog index ef5fa9823..2669329a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2007-02-26 Gary V. Vaughan - * 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 diff --git a/Makefile.am b/Makefile.am index b5314b0b6..743bbb13e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 ='; \