diff --git a/ChangeLog b/ChangeLog index ef5fa982..2669329a 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 b5314b0b..743bbb13 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 ='; \