GNOME Bugzilla – Bug 337310
Build breakage because of wrong configure.ac AC_CONFIG_MACRO_DIR
Last modified: 2006-04-06 00:02:31 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.
2006-04-05 Behdad Esfahbod <behdad@gnome.org> * configure.ac, Makefile.am: Get rid of m4 directory that does not exist. (bug #337310)