From: Bruno Haible Date: Wed, 31 Oct 2007 12:21:44 +0000 (+0000) Subject: Remove ulonglong.m4. X-Git-Tag: v0.17~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23053d3ae01efdac69e6136fa29a226c2267c50b;p=thirdparty%2Fgettext.git Remove ulonglong.m4. --- diff --git a/ChangeLog b/ChangeLog index c399e8266..201128d43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-31 Bruno Haible + + * PACKAGING: Remove ulonglong.m4. + * Makefile.am (distcheck-hook): Remove check of ulonglong.m4. + 2007-10-26 Bruno Haible * m4/libtool.m4: Update, based on libtool-1.5.24. diff --git a/Makefile.am b/Makefile.am index d2d90043c..1fb26d617 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,6 @@ distcheck-hook: cmp -s gettext-runtime/m4/size_max.m4 gettext-tools/gnulib-m4/size_max.m4 cmp -s gettext-runtime/m4/stdint_h.m4 gettext-tools/gnulib-m4/stdint_h.m4 cmp -s gettext-runtime/m4/uintmax_t.m4 gettext-tools/gnulib-m4/uintmax_t.m4 - cmp -s gettext-runtime/m4/ulonglong.m4 gettext-tools/gnulib-m4/ulonglong.m4 cmp -s gettext-runtime/m4/visibility.m4 gettext-tools/gnulib-m4/visibility.m4 cmp -s gettext-runtime/m4/wchar_t.m4 gettext-tools/gnulib-m4/wchar_t.m4 cmp -s gettext-runtime/m4/wint_t.m4 gettext-tools/gnulib-m4/wint_t.m4 diff --git a/PACKAGING b/PACKAGING index f5d838a04..b9657e247 100644 --- a/PACKAGING +++ b/PACKAGING @@ -139,7 +139,6 @@ following file list. $prefix/share/aclocal/size_max.m4 $prefix/share/aclocal/stdint_h.m4 $prefix/share/aclocal/uintmax_t.m4 - $prefix/share/aclocal/ulonglong.m4 $prefix/share/aclocal/visibility.m4 $prefix/share/aclocal/wchar_t.m4 $prefix/share/aclocal/wint_t.m4 diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index de36009c2..b2584d9da 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,8 @@ +2007-10-31 Bruno Haible + + * ulonglong.m4: Remove file. + * Makefile.am (EXTRA_DIST): Remove it. + 2007-10-31 Bruno Haible * uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use diff --git a/gettext-runtime/m4/Makefile.am b/gettext-runtime/m4/Makefile.am index 0dbd2e3cb..a17c4142a 100644 --- a/gettext-runtime/m4/Makefile.am +++ b/gettext-runtime/m4/Makefile.am @@ -26,7 +26,6 @@ progtest.m4 \ size_max.m4 \ stdint_h.m4 \ uintmax_t.m4 \ -ulonglong.m4 \ visibility.m4 \ wchar_t.m4 \ wint_t.m4 \ diff --git a/gettext-runtime/m4/ulonglong.m4 b/gettext-runtime/m4/ulonglong.m4 deleted file mode 100644 index d58095f52..000000000 --- a/gettext-runtime/m4/ulonglong.m4 +++ /dev/null @@ -1,5 +0,0 @@ -# ulonglong.m4 serial 10 -dnl Copyright (C) 1999-2007 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index d9522664f..a97b7e06d 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -1,3 +1,7 @@ +2007-10-31 Bruno Haible + + * Makefile.am (aclocal_DATA): Remove ulonglong.m4. + 2007-10-25 Bruno Haible * restrict.m4: Remove file. diff --git a/gettext-tools/m4/Makefile.am b/gettext-tools/m4/Makefile.am index 5dcb00c89..dc7ccfa0b 100644 --- a/gettext-tools/m4/Makefile.am +++ b/gettext-tools/m4/Makefile.am @@ -29,7 +29,6 @@ aclocal_DATA = \ ../../gettext-runtime/m4/size_max.m4 \ ../../gettext-runtime/m4/stdint_h.m4 \ ../../gettext-runtime/m4/uintmax_t.m4 \ - ../../gettext-runtime/m4/ulonglong.m4 \ ../../gettext-runtime/m4/visibility.m4 \ ../../gettext-runtime/m4/wchar_t.m4 \ ../../gettext-runtime/m4/wint_t.m4 \