Codebase list cinnamon-menus / 7ce863a
Merge pull request #15 from maxyz/fix_gnome-common_macros_migration Make AX_ macros optional Clement Lefebvre authored 7 years ago GitHub committed 7 years ago
2 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
2323
2424 aclocal --install || exit 1
2525 glib-gettextize --force --copy || exit 1
26 gtkdocize --copy || exit 1
2726 intltoolize --force --copy --automake || exit 1
2827 autoreconf --verbose --force --install || exit 1
2928
11
22 AC_INIT([cinnamon-menus], [3.0.2])
33 AC_CONFIG_SRCDIR(libmenu/gmenu-tree.h)
4 AX_IS_RELEASE([always])
4
5 m4_ifdef([AX_IS_RELEASE], [AX_IS_RELEASE([always])])
56
67 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
78 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
3233 AC_SUBST(GIO_UNIX_CFLAGS)
3334 AC_SUBST(GIO_UNIX_LIBS)
3435
35 AX_COMPILER_FLAGS([WARN_CFLAGS],[WARN_LDFLAGS])
36 m4_ifdef([AX_COMPILER_FLAGS],
37 [AX_COMPILER_FLAGS([WARN_CFLAGS],[WARN_LDFLAGS])])
3638
3739 AC_ARG_ENABLE(deprecation_flags,
3840 [AC_HELP_STRING([--enable-deprecation-flags],