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 337310 - Build breakage because of wrong configure.ac AC_CONFIG_MACRO_DIR
Build breakage because of wrong configure.ac AC_CONFIG_MACRO_DIR
Status: RESOLVED FIXED
Product: gnome-keyring-manager
Classification: Deprecated
Component: general
unspecified
Other All
: Normal blocker
: ---
Assigned To: Keyring manager maintainers
Keyring manager maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-05 06:07 UTC by Behdad Esfahbod
Modified: 2006-04-06 00:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2006-04-05 06:07:39 UTC
The configure.ac for gnome-keyring-manager contains the line:

AC_CONFIG_MACRO_DIR([m4])

but there is no such directory.  That is breaking autogen.sh like this:

Running intltoolize...
cp: cannot create regular file `m4/intltool.m4': No such file or directory
intltoolize: cannot copy '/home/behdad/.local/share/aclocal/intltool.m4' to 'm4/intltool.m4'


I highly recommend removing that line from configure.ac instead of creating the directory :).  That's the common practice in GNOME these days.
Comment 1 Behdad Esfahbod 2006-04-06 00:02:31 UTC
2006-04-05  Behdad Esfahbod  <behdad@gnome.org>

        * configure.ac, Makefile.am: Get rid of m4 directory that does not
        exist. (bug #337310)