]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Not all packages using libtool are GNU packages.
authorBruno Haible <bruno@clisp.org>
Mon, 14 Oct 2002 13:19:20 +0000 (13:19 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:46 +0000 (12:08 +0200)
src/ChangeLog
src/project-id

index 9ec1210581f6a1cdcaf6d10d62a1499902303bf2..ec783d2c77caeb34e3e359cb1c8a5c2e80bbe2c3 100644 (file)
@@ -1,3 +1,9 @@
+2002-10-14  Bruno Haible  <bruno@clisp.org>
+
+       * project-id: When testing for "GNU $package", ignore libtool, because
+       libtool.m4 calls a package "GNU $package" even if it is not GNU.
+       Reported by Andrew Suffield <asuffield@debian.org>.
+
 2002-10-03  Bruno Haible  <bruno@clisp.org>
 
        * msgl-equal.h (message_equal, message_list_equal,
index fc746c605ed83318511e092b24b87ca95b40d17d..5ea3a17eff77d7fd3331836ea9360ef85c537153 100755 (executable)
@@ -28,7 +28,7 @@ while true; do
         ;;
     esac
     if test -n "$package"; then
-      is_gnu=`LC_ALL=C grep "GNU $package" * 2>/dev/null`
+      is_gnu=`LC_ALL=C grep "GNU $package" * 2>/dev/null | grep -v '^libtool:'`
       if test -n "$is_gnu"; then
         package="GNU $package"
       fi