]> Dogcows Code - chaz/tar/commitdiff
Synchronize with Gettext 0.13.1, Automake 1.8, Autoconf 2.59,
authoruid65632 <uid65632>
Sat, 27 Dec 2003 06:41:48 +0000 (06:41 +0000)
committeruid65632 <uid65632>
Sat, 27 Dec 2003 06:41:48 +0000 (06:41 +0000)
and translation website.

ChangeLog
bootstrap
m4/.cvsignore

index b103a2a4813828d7e9493f4d355172657d454d19..48bf6a7c386d5ec9f080761c40a9c446e22aa627 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2003-12-26  Paul Eggert  <eggert@twinsun.com>
+
+       Synchronize with Gettext 0.13.1, Automake 1.8, Autoconf 2.59,
+       and translation website.
+       
+       * bootstrap: Don't bother skipping codeset.m4, glibc21.m4,
+       intdiv0.m4, inttypes_h.m4, inttypes.m4, inttypes-pri.m4,
+       isc-posix.m4, and lcmessage.m4 from gnulib.  This list of files is
+       a bit obsolete anyway, now that gettext 0.13.1 is out.  Also, the
+       files are replaced by autoreconf.  Also, there seems to be a bug
+       in gettext/autoconf/automake if we try to omit these files after
+       autoreconf has replaced them, even though the gettext manual says
+       they're optional.  So give up and just include them for now, even
+       though they make 'configure' longer and slower.
+
+       Change translation URL from
+       <http://www.iro.umontreal.ca/contrib/po/maint/tar/> to
+       <http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
+       accommodate translator website revamp.
+
+       Fail if autoreconf fails.
+
+       * m4/.cvsignore: Add intmax.m4, longdouble.m4, printf-posix.m4,
+       signed.m4, size_max.m4, wchar_t.m4, wint_t.m4, xsize.m4, to
+       ignore files now supplied by gettext 0.13.1.
+
 2003-12-25  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        Synchronized with the backup repository on Mirddin
index 3245670d8d9a55e0d3f17e1d474b4e4e12ca31c1..dadb03045e1734dad6b00c519f1a7e9d2fd1dff0 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -145,14 +145,6 @@ for gnulib_file in $gnulib_files; do
   dest=$gnulib_file
 
   case $gnulib_file in
-  m4/codeset.m4) continue;;
-  m4/glibc21.m4) continue;;
-  m4/intdiv0.m4) continue;;
-  m4/inttypes_h.m4) continue;;
-  m4/inttypes.m4) continue;;
-  m4/inttypes-pri.m4) continue;;
-  m4/isc-posix.m4) continue;;
-  m4/lcmessage.m4) continue;;
   m4/onceonly_2_57.m4) dest=m4/onceonly.m4;;
   esac
 
@@ -168,7 +160,7 @@ echo "$0: getting translations into po..."
 (cd po &&
  rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po/p'` &&
  wget -nv -nd -r -l 1 -A .po -C off \
-   http://www.iro.umontreal.ca/contrib/po/maint/tar/ &&
+   http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/ &&
  ls *.po | sed 's/\.po$//' >LINGUAS
 ) || exit
 
@@ -176,7 +168,7 @@ echo "$0: getting translations into po..."
 # Reconfigure, getting other files.
 
 echo "$0: autoreconf --verbose --install --force ..."
-autoreconf --verbose --install --force
+autoreconf --verbose --install --force || exit
 
 
 echo "$0: done.  Now you can run './configure'."
index f6c2ac4e0ca86a6c5ebe27feeb1b134f4a7584a5..322d927361a03810d01b6bc17306905942a02c36 100644 (file)
@@ -26,6 +26,7 @@ hash.m4
 human.m4
 iconv.m4
 intdiv0.m4
+intmax.m4
 intmax_t.m4
 inttypes-pri.m4
 inttypes.m4
@@ -36,6 +37,7 @@ lcmessage.m4
 lib-ld.m4
 lib-link.m4
 lib-prefix.m4
+longdouble.m4
 longlong.m4
 malloc.m4
 mbrtowc.m4
@@ -48,6 +50,7 @@ obstack.m4
 onceonly.m4
 pathmax.m4
 po.m4
+printf-posix.m4
 progtest.m4
 quote.m4
 quotearg.m4
@@ -58,6 +61,8 @@ safe-read.m4
 safe-write.m4
 save-cwd.m4
 savedir.m4
+signed.m4
+size_max.m4
 ssize_t.m4
 stdbool.m4
 stdint_h.m4
@@ -78,7 +83,10 @@ utimbuf.m4
 utime.m4
 utimes-null.m4
 utimes.m4
+wchar_t.m4
+wint_t.m4
 xalloc.m4
 xgetcwd.m4
+xsize.m4
 xstrtol.m4
 xstrtoumax.m4
This page took 0.032796 seconds and 4 git commands to generate.