]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Adapt to new directory structure.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Feb 2003 21:08:14 +0000 (21:08 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:04 +0000 (12:10 +0200)
gettext-tools/m4/ChangeLog [new file with mode: 0644]
gettext-tools/m4/Makefile.am

diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog
new file mode 100644 (file)
index 0000000..421e4be
--- /dev/null
@@ -0,0 +1,7 @@
+2003-02-12  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am: Update for new directory structure.
+       (EXTRA_DIST): Add ChangeLog.0.
+
+
+See ChangeLog.0 for earlier changes.
index a813999700d1caf46586dcb6978c1f4dc5de8df6..57b65ad90bdfbdbde112b7e5d8c814bfd9fdef0b 100644 (file)
@@ -1,56 +1,50 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
 
+# Files installed for use by gettextize.
+
 aclocaldir = @aclocaldir@
-aclocal_DATA = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 lcmessage.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4
+aclocal_DATA = \
+  ../../autoconf-lib-link/m4/lib-ld.m4 \
+  ../../autoconf-lib-link/m4/lib-link.m4 \
+  ../../autoconf-lib-link/m4/lib-prefix.m4 \
+  ../../gettext-runtime/m4/codeset.m4 \
+  ../../gettext-runtime/m4/gettext.m4 \
+  ../../gettext-runtime/m4/glibc21.m4 \
+  ../../gettext-runtime/m4/iconv.m4 \
+  ../../gettext-runtime/m4/intdiv0.m4 \
+  ../../gettext-runtime/m4/inttypes.m4 \
+  ../../gettext-runtime/m4/inttypes_h.m4 \
+  ../../gettext-runtime/m4/inttypes-pri.m4 \
+  ../../gettext-runtime/m4/isc-posix.m4 \
+  ../../gettext-runtime/m4/lcmessage.m4 \
+  ../../gettext-runtime/m4/progtest.m4 \
+  ../../gettext-runtime/m4/stdint_h.m4 \
+  ../../gettext-runtime/m4/uintmax_t.m4 \
+  ../../gettext-runtime/m4/ulonglong.m4
 
 # Generate this list with
 # find . -type f -name '*.m4' -printf '%f\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012'
-EXTRA_DIST = README \
+EXTRA_DIST = README ChangeLog.0 \
 alloca.m4 \
 backupfile.m4 \
-codeset.m4 \
 error.m4 \
-fixautomake.m4 \
 flex.m4 \
 fnmatch.m4 \
 gcj.m4 \
 getline.m4 \
-gettext.m4 \
-glibc21.m4 \
 hostname.m4 \
-iconv.m4 \
-intdiv0.m4 \
-intmax.m4 \
-inttypes.m4 \
-inttypes_h.m4 \
-inttypes-pri.m4 \
-isc-posix.m4 \
 javacomp.m4 \
 javaexec.m4 \
-lcmessage.m4 \
-lib-ld.m4 \
-lib-link.m4 \
-lib-prefix.m4 \
-libtool.m4 \
-longdouble.m4 \
-longlong.m4 \
 mbrtowc.m4 \
 mbstate_t.m4 \
 mbswidth.m4 \
 mkdtemp.m4 \
 onceonly.m4 \
-progtest.m4 \
 setenv.m4 \
 setlocale.m4 \
 siginfo.m4 \
 signalblocking.m4 \
-signed.m4 \
 ssize_t.m4 \
 stdbool.m4 \
-stdint_h.m4 \
 tmpdir.m4 \
-uintmax_t.m4 \
-ulonglong.m4 \
-unionwait.m4 \
-wchar_t.m4 \
-wint_t.m4
+unionwait.m4