After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 517691 - IT_PROG_INTLTOOL should use AC_CONFIG_FILES
IT_PROG_INTLTOOL should use AC_CONFIG_FILES
Status: RESOLVED DUPLICATE of bug 490620
Product: intltool
Classification: Deprecated
Component: general
0.37.x
Other All
: Normal normal
: ---
Assigned To: intltool maintainers
intltool maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-20 16:08 UTC by Stepan Kasal
Modified: 2008-04-12 02:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stepan Kasal 2008-02-20 16:08:36 UTC
The definition of IT_PROG_INTLTOOL contains this comment:

dnl The following is very similar to
dnl     AC_CONFIG_FILES([intltool-extract intltool-merge intltool-update])
dnl with the following slight differences:
   [ snipped ]
dnl Nothing crucial here, and we could use AC_CONFIG_FILES, if there were a reason for it.

Well, it is customary to have EXTRA_DIST+=intltool-*.in and
  DISTCLEANFILES=intltool-extract intltool-merge intltool-update
in top level Makefile.am.

With AC_CONFIG_FILES, both of these would come for free.  And Automake would also create the correct rebuild rules.

Thus I believe using AC_CONFIG_FILES would help; would you like a patch?
Comment 1 Rodney Dawes 2008-04-12 02:02:16 UTC
This portion of code is being removed anyway, in favor of bug #490620. Given the relationship, I'm marking this as a dup.

*** This bug has been marked as a duplicate of 490620 ***