[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gettext] autopoint and m4_ifndef
From: |
Daiki Ueno |
Subject: |
Re: [bug-gettext] autopoint and m4_ifndef |
Date: |
Wed, 24 Jul 2013 10:58:32 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Pavel Raiskup <address@hidden> writes:
> Is there a reason why autopoint/gettextize is run before aclocal?
One possible reason is that autopoint copies M4 files from a tarball
(e.g. /usr/share/gettext/archive.dir.tar.*), rather than the standard
aclocal directory. They need to be processed by aclocal later.
> (Other, quite long-term solution would be to hack aclocal to be able to
> give us its *hardly built* list of include files, or used macros, e.g. by
> some special option - ehm, but it may even more complicate the aclocal
> code)
Yeah, but I doubt that autopoint needs to trace macros defined outside
of configure.ac. Currently it traces only the following macros, which
are usually invoked from configure.ac.
AM_GNU_GETTEXT
AM_GNU_GETTEXT_VERSION
AC_CONFIG_AUX_DIR
AC_CONFIG_MACRO_DIRS
AC_CONFIG_MACRO_DIR
AC_CONFIG_FILES
Regards,
--
Daiki Ueno