From: Bruno Haible Date: Fri, 6 Apr 2007 14:53:47 +0000 (+0000) Subject: longdouble.m4 is dropped. X-Git-Tag: v0.17~425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6395d682717d672f6d5587c5092ed2a771bf660;p=thirdparty%2Fgettext.git longdouble.m4 is dropped. --- diff --git a/ChangeLog b/ChangeLog index e175243a6..2ae64f45f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-06 Bruno Haible + + * Makefile.am (distcheck-hook): Don't compare longdouble.m4. + * PACKAGING: Remove longdouble.m4 from the file list. + 2007-04-02 Bruno Haible * DEPENDENCIES: Mention dependency towards cvs. diff --git a/Makefile.am b/Makefile.am index 55840965a..2ef497ab5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,6 @@ distcheck-hook: cmp -s gettext-runtime/m4/inttypes_h.m4 gettext-tools/gnulib-m4/inttypes_h.m4 cmp -s gettext-runtime/m4/lcmessage.m4 gettext-tools/gnulib-m4/lcmessage.m4 cmp -s gettext-runtime/m4/lock.m4 gettext-tools/gnulib-m4/lock.m4 - cmp -s gettext-runtime/m4/longdouble.m4 gettext-tools/gnulib-m4/longdouble.m4 cmp -s gettext-runtime/m4/longlong.m4 gettext-tools/gnulib-m4/longlong.m4 cmp -s gettext-runtime/m4/nls.m4 gettext-tools/gnulib-m4/nls.m4 cmp -s gettext-runtime/m4/po.m4 gettext-tools/gnulib-m4/po.m4 diff --git a/PACKAGING b/PACKAGING index f8725b313..654993dfb 100644 --- a/PACKAGING +++ b/PACKAGING @@ -130,7 +130,6 @@ following file list. $prefix/share/aclocal/lib-link.m4 $prefix/share/aclocal/lib-prefix.m4 $prefix/share/aclocal/lock.m4 - $prefix/share/aclocal/longdouble.m4 $prefix/share/aclocal/longlong.m4 $prefix/share/aclocal/nls.m4 $prefix/share/aclocal/po.m4 diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 8a81ee1a6..67693c791 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-04-06 Bruno Haible + + * gettext.texi (aclocal): Remove longdouble.m4 from the file list. + 2007-03-27 Bruno Haible * gettext.texi (Bug Report Address): New section. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 5ef7cfbec..1e0e08ae5 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -7416,7 +7416,7 @@ the simplest is to concatenate the files @file{codeset.m4}, @file{intdiv0.m4}, @file{intl.m4}, @file{intldir.m4}, @file{intmax.m4}, @file{inttypes_h.m4}, @file{inttypes-pri.m4}, @file{lcmessage.m4}, @file{lib-ld.m4}, @file{lib-link.m4}, @file{lib-prefix.m4}, @file{lock.m4}, -@file{longdouble.m4}, @file{longlong.m4}, @file{nls.m4}, @file{po.m4}, +@file{longlong.m4}, @file{nls.m4}, @file{po.m4}, @file{printf-posix.m4}, @file{progtest.m4}, @file{size_max.m4}, @file{stdint_h.m4}, @file{uintmax_t.m4}, @file{ulonglong.m4}, @file{visibility.m4}, @file{wchar_t.m4}, @file{wint_t.m4}, @file{xsize.m4} diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index 33377aaa4..83741fc5a 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,3 +1,7 @@ +2007-04-06 Bruno Haible + + * hello-*/autoclean.sh: Don't remove longdouble.m4 any more. + 2007-03-20 Bruno Haible Remove all "Copyright (C) ..." notices from files that are in the diff --git a/gettext-tools/examples/hello-c++-gnome/autoclean.sh b/gettext-tools/examples/hello-c++-gnome/autoclean.sh index f59156232..c54383d80 100755 --- a/gettext-tools/examples/hello-c++-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-c++-gnome/autoclean.sh @@ -25,7 +25,6 @@ rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 -rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 diff --git a/gettext-tools/examples/hello-c++-kde/autoclean.sh b/gettext-tools/examples/hello-c++-kde/autoclean.sh index 99dd20933..9eb6b8d9f 100755 --- a/gettext-tools/examples/hello-c++-kde/autoclean.sh +++ b/gettext-tools/examples/hello-c++-kde/autoclean.sh @@ -31,7 +31,6 @@ rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 -rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 diff --git a/gettext-tools/examples/hello-c++/autoclean.sh b/gettext-tools/examples/hello-c++/autoclean.sh index eec666536..4fb691d46 100755 --- a/gettext-tools/examples/hello-c++/autoclean.sh +++ b/gettext-tools/examples/hello-c++/autoclean.sh @@ -28,7 +28,6 @@ rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 -rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 diff --git a/gettext-tools/examples/hello-c-gnome/autoclean.sh b/gettext-tools/examples/hello-c-gnome/autoclean.sh index f59156232..c54383d80 100755 --- a/gettext-tools/examples/hello-c-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-c-gnome/autoclean.sh @@ -25,7 +25,6 @@ rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 -rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 diff --git a/gettext-tools/examples/hello-c/autoclean.sh b/gettext-tools/examples/hello-c/autoclean.sh index eec666536..4fb691d46 100755 --- a/gettext-tools/examples/hello-c/autoclean.sh +++ b/gettext-tools/examples/hello-c/autoclean.sh @@ -28,7 +28,6 @@ rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 -rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 diff --git a/gettext-tools/examples/hello-objc-gnome/autoclean.sh b/gettext-tools/examples/hello-objc-gnome/autoclean.sh index f59156232..c54383d80 100755 --- a/gettext-tools/examples/hello-objc-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-objc-gnome/autoclean.sh @@ -25,7 +25,6 @@ rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 -rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 diff --git a/gettext-tools/examples/hello-objc/autoclean.sh b/gettext-tools/examples/hello-objc/autoclean.sh index eec666536..4fb691d46 100755 --- a/gettext-tools/examples/hello-objc/autoclean.sh +++ b/gettext-tools/examples/hello-objc/autoclean.sh @@ -28,7 +28,6 @@ rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 -rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4