[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gettextize mutating auto{conf,make} files
From: |
John Darrington |
Subject: |
gettextize mutating auto{conf,make} files |
Date: |
Thu, 25 Dec 2003 17:07:42 +0800 |
User-agent: |
Mutt/1.5.4i |
If gettextize is allowed to run multiple times in the same source
tree, then it makes makefile.am and autoconf.ac break. It adds things
even if they're already present. So Makefile.am ends up looking like
SUBDIRS= intl m4 intl m4 intl m4 intl m4 intl m4 intl m4
EXTRA_DIST= config.rpath mkinstalldirs config.rpath mkinstalldirs
mkinstalldirs config.rpath mkinstalldir
and autoconf.ac as
AC_OUTPUT(po/Makefile.in m4/Makefile intl/Makefile po/Makefile.in
m4/Makefile intl/Makefile po/Makefile.in m4/Makefile intl/Makefile )
The automake developers consider this to be a bug in gettext. So do
I. Could gettextize be made to leave files alone if they already
contain the necessary information ??
J'
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://wwwkeys.pgp.net or any PGP keyserver for public key.
pgpVhUMbTh5UL.pgp
Description: PGP signature
- gettextize mutating auto{conf,make} files,
John Darrington <=