summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-10-18 14:57:19 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-10-18 14:57:19 +0000
commit23205534a252f0c579c2c1a79393cd9bd240447d (patch)
tree4939bd6add8ad64528ceb49b6a7acb1e339f91dd
parentee271aa33d9b5a2eeb8301cf86fdc8f59c5f3319 (diff)
downloadmailutils-23205534a252f0c579c2c1a79393cd9bd240447d.tar.gz
mailutils-23205534a252f0c579c2c1a79393cd9bd240447d.tar.bz2
(copy_files): Adjust for gettext 0.15
-rwxr-xr-xscripts/gnulib-sync6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/gnulib-sync b/scripts/gnulib-sync
index 520b25a45..533f0a83c 100755
--- a/scripts/gnulib-sync
+++ b/scripts/gnulib-sync
@@ -208,12 +208,6 @@ copy_files() {
m4/isc-posix.m4) continue;;
m4/lcmessage.m4) continue;;
m4/onceonly_2_57.m4) dest=m4/onceonly.m4;;
- # These will be overwritten by autopoint, which still uses
- # old jm_.* macro names, so we have to keep both copies.
- m4/gettext.m4 | m4/glibc21.m4 | m4/inttypes_h.m4 | m4/lib-ld.m4 | \
- m4/lib-prefix.m4 | m4/po.m4 | m4/stdint_h.m4 | m4/uintmax_t.m4 | \
- m4/longlong.m4 | m4/ulonglong.m4)
- dest=`expr $file : '\(.*\).m4'`_gl.m4;;
esac
rm -f $dest &&

Return to:

Send suggestions and report system problems to the System administrator.