Commit 23205534 23205534a252f0c579c2c1a79393cd9bd240447d by Sergey Poznyakoff

(copy_files): Adjust for gettext 0.15

1 parent ee271aa3
......@@ -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 &&
......