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 742998 - Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac
Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac
Status: RESOLVED OBSOLETE
Product: planner
Classification: Other
Component: Build
0.14.6
Other Linux
: Normal normal
: ---
Assigned To: planner-maint
planner-maint
Depends on:
Blocks:
 
 
Reported: 2015-01-15 23:07 UTC by Ahmed Baïzid
Modified: 2021-06-03 17:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use AC_CONFIG_MACRO_DIR (928 bytes, patch)
2015-01-15 23:07 UTC, Ahmed Baïzid
none Details | Review
Move and split acinclude.m4 (8.03 KB, patch)
2015-01-15 23:08 UTC, Ahmed Baïzid
none Details | Review

Description Ahmed Baïzid 2015-01-15 23:07:19 UTC
Created attachment 294620 [details] [review]
Use AC_CONFIG_MACRO_DIR

$ ./autogen.sh
  libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.


m4/ is the place to put autoconf macros like acinclude.m4.

I found inspiration in gedit repository.
Comment 1 Ahmed Baïzid 2015-01-15 23:08:01 UTC
Created attachment 294621 [details] [review]
Move and split acinclude.m4
Comment 2 Mart Raudsepp 2021-06-03 17:48:05 UTC
Planner uses meson now instead, making these patches obsolete. Thanks for your efforts!