summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-04-06 14:53:47 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:45 +0200
commitf6395d682717d672f6d5587c5092ed2a771bf660 (patch)
tree3ab714c8ab055c78d97c57d646a7a50d392a3f7c
parentc6c8db98b4537f39af888400894e6b683b1e35d1 (diff)
downloadexternal_gettext-f6395d682717d672f6d5587c5092ed2a771bf660.zip
external_gettext-f6395d682717d672f6d5587c5092ed2a771bf660.tar.gz
external_gettext-f6395d682717d672f6d5587c5092ed2a771bf660.tar.bz2
longdouble.m4 is dropped.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am1
-rw-r--r--PACKAGING1
-rw-r--r--gettext-tools/doc/ChangeLog4
-rw-r--r--gettext-tools/doc/gettext.texi2
-rw-r--r--gettext-tools/examples/ChangeLog4
-rwxr-xr-xgettext-tools/examples/hello-c++-gnome/autoclean.sh1
-rwxr-xr-xgettext-tools/examples/hello-c++-kde/autoclean.sh1
-rwxr-xr-xgettext-tools/examples/hello-c++/autoclean.sh1
-rwxr-xr-xgettext-tools/examples/hello-c-gnome/autoclean.sh1
-rwxr-xr-xgettext-tools/examples/hello-c/autoclean.sh1
-rwxr-xr-xgettext-tools/examples/hello-objc-gnome/autoclean.sh1
-rwxr-xr-xgettext-tools/examples/hello-objc/autoclean.sh1
13 files changed, 14 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index e175243..2ae64f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-06 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (distcheck-hook): Don't compare longdouble.m4.
+ * PACKAGING: Remove longdouble.m4 from the file list.
+
2007-04-02 Bruno Haible <bruno@clisp.org>
* DEPENDENCIES: Mention dependency towards cvs.
diff --git a/Makefile.am b/Makefile.am
index 5584096..2ef497a 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 f8725b3..654993d 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 8a81ee1..67693c7 100644
--- a/gettext-tools/doc/ChangeLog
+++ b/gettext-tools/doc/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-06 Bruno Haible <bruno@clisp.org>
+
+ * gettext.texi (aclocal): Remove longdouble.m4 from the file list.
+
2007-03-27 Bruno Haible <bruno@clisp.org>
* gettext.texi (Bug Report Address): New section.
diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi
index 5ef7cfb..1e0e08a 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 33377aa..83741fc 100644
--- a/gettext-tools/examples/ChangeLog
+++ b/gettext-tools/examples/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-06 Bruno Haible <bruno@clisp.org>
+
+ * hello-*/autoclean.sh: Don't remove longdouble.m4 any more.
+
2007-03-20 Bruno Haible <bruno@clisp.org>
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 f591562..c54383d 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 99dd209..9eb6b8d 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 eec6665..4fb691d 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 f591562..c54383d 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 eec6665..4fb691d 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 f591562..c54383d 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 eec6665..4fb691d 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