]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am ($(srcdir)/libltdl/Makefile.am): Fixup regex to
authorGary V. Vaughan <gary@gnu.org>
Mon, 26 Feb 2007 08:40:20 +0000 (08:40 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 26 Feb 2007 08:40:20 +0000 (08:40 +0000)
match Copyright notice change below.

ChangeLog
Makefile.am

index 759f4714ce750e7d36f569d3df2b2973e2247aa1..4562976b77e25e038b7b29886630628496cecd04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-02-25  Gary V. Vaughan  <gary@gnu.org>
 
+       * 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,
index 68068714c848695aa3feb8e430f8ed941e022f35..b5314b0b6f85ac9f29f1171920f5eada3646c264 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 -- /,/^.. 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 ='; \