Remove obsolete regex.c copy fixup.

* Makefile.am (jy-regex-fix) Delete.
(dist-hook): Remove jy-regex-fix.

Signed-off-by: James Youngman <jay@gnu.org>
This commit is contained in:
James Youngman 2009-03-07 23:14:44 +00:00
parent 17b7a195f8
commit 1d7b0ac396
2 changed files with 5 additions and 24 deletions

View File

@ -1,5 +1,9 @@
2009-03-10 James Youngman <jay@gnu.org>
Remove obsolete regex.c copy fixup.
* Makefile.am (jy-regex-fix) Delete.
(dist-hook): Remove jy-regex-fix.
Update to version 0.17 of GNU gettext.
* configure.ac: Update to version 0.17 of gettext.
* import-gnulib.sh (refresh_output_files): Run autopoint too.

View File

@ -27,32 +27,9 @@ tool-versions.txt: Makefile
makeinfo --version ) > $@
dist-hook: jy-regex-fix findutils-check-pofiles findutils-check-testfiles
dist-hook: findutils-check-pofiles findutils-check-testfiles
## regex.c seems to get left out if I use automake-1.9 but not
## if I use automake-1.7. Hence dist-hook has to be able to
## copy regex.c into the relevant (read-only) directory if it
## is not already there, but needs to avoid doing so if the
## file is already in place. Ugh.
##
## This problem appears not to apply to Automake-1.10, but since
## gnulib only requires Automake-1.9.6, we should support that.
## Therefore we probably can't remove this kludge yet.
##
## -- James Youngman <jay@gnu.org>
##
jy-regex-fix:
if test -f $(distdir)/gnulib/lib/regex.c ; then \
echo regex.c is already in place. Great. ; \
else \
echo Making $(distdir)/gnulib/lib writable ... ; \
chmod +w $(distdir)/gnulib/lib ; \
echo Copying $(srcdir)/gnulib/lib/regex.c to $(distdir)/gnulib/lib ; \
cp $(srcdir)/gnulib/lib/regex.c $(distdir)/gnulib/lib/regex.c ; \
fi
# ls -ld $(srcdir)/gnulib/lib/regex.c $(distdir)/gnulib/lib
## Check that we actually shipped all the .po files. If this rule fails,
## check ALL_LINGUAS in configure.in against the po files in the source
## directory (their names, not their contents)