From: Gary V. Vaughan Date: Mon, 26 Feb 2007 08:40:20 +0000 (+0000) Subject: * Makefile.am ($(srcdir)/libltdl/Makefile.am): Fixup regex to X-Git-Tag: release-2-1b~164 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd365fb25f0634a789262eb09bd56569b43735b0;p=thirdparty%2Flibtool.git * Makefile.am ($(srcdir)/libltdl/Makefile.am): Fixup regex to match Copyright notice change below. --- diff --git a/ChangeLog b/ChangeLog index 759f4714c..4562976b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-02-25 Gary V. Vaughan + * Makefile.am ($(srcdir)/libltdl/Makefile.am): Fixup regex to + match Copyright notice change below. + * HACKING, Makefile.am, Makefile.maint, bootstrap, libltdl/Makefile.am, libltdl/Makefile.inc, libltdl/m4/libtool.m4, ltmain.c, tests/cdemo/Makefile.am, tests/demo/Makefile.am, diff --git a/Makefile.am b/Makefile.am index 68068714c..b5314b0b6 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 -- /,/^.. Boston, MA/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 ='; \