summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2016-03-30 22:25:06 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2016-05-14 17:47:51 -0700
commitb103b0c373e41f9dc4f5ccca81940fe0457cb264 (patch)
tree339f1ef11271e982e5cdb83a6355c5c1e08ab5da
parent3a9e93764f14189316e0de53bab980cf43c4b614 (diff)
downloadm4-common-b103b0c373e41f9dc4f5ccca81940fe0457cb264.tar.gz
Add GJS macros
These are useful for Gnome's Javascript applications. https://bugzilla.gnome.org/show_bug.cgi?id=766460
-rw-r--r--Makefile.am3
m---------autoconf-archive0
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 38daeef..646544c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,8 @@ dist_aclocal_DATA = \
autoconf-archive/m4/ax_append_link_flags.m4 \
autoconf-archive/m4/ax_append_flag.m4 \
autoconf-archive/m4/ax_check_compile_flag.m4 \
+ autoconf-archive/m4/ax_check_girs_gjs.m4 \
+ autoconf-archive/m4/ax_check_gir_symbols_gjs.m4 \
autoconf-archive/m4/ax_check_link_flag.m4 \
autoconf-archive/m4/ax_is_release.m4 \
autoconf-archive/m4/ax_code_coverage.m4 \
@@ -16,6 +18,7 @@ dist_aclocal_DATA = \
autoconf-archive/m4/ax_compiler_flags_gir.m4 \
autoconf-archive/m4/ax_cxx_compile_stdcxx_11.m4 \
autoconf-archive/m4/ax_pkg_check_modules.m4 \
+ autoconf-archive/m4/ax_prog_gjs.m4 \
autoconf-archive/m4/ax_require_defined.m4 \
$(NULL)
diff --git a/autoconf-archive b/autoconf-archive
-Subproject b87ebf8630e85447adc29fe26ab2e4a2d82877f
+Subproject be2a3e994be81101dd0e02da57200cc9fae84b0