Commit 23205534 23205534a252f0c579c2c1a79393cd9bd240447d by Sergey Poznyakoff

(copy_files): Adjust for gettext 0.15

1 parent ee271aa3
...@@ -208,12 +208,6 @@ copy_files() { ...@@ -208,12 +208,6 @@ copy_files() {
208 m4/isc-posix.m4) continue;; 208 m4/isc-posix.m4) continue;;
209 m4/lcmessage.m4) continue;; 209 m4/lcmessage.m4) continue;;
210 m4/onceonly_2_57.m4) dest=m4/onceonly.m4;; 210 m4/onceonly_2_57.m4) dest=m4/onceonly.m4;;
211 # These will be overwritten by autopoint, which still uses
212 # old jm_.* macro names, so we have to keep both copies.
213 m4/gettext.m4 | m4/glibc21.m4 | m4/inttypes_h.m4 | m4/lib-ld.m4 | \
214 m4/lib-prefix.m4 | m4/po.m4 | m4/stdint_h.m4 | m4/uintmax_t.m4 | \
215 m4/longlong.m4 | m4/ulonglong.m4)
216 dest=`expr $file : '\(.*\).m4'`_gl.m4;;
217 esac 211 esac
218 212
219 rm -f $dest && 213 rm -f $dest &&
......