summaryrefslogtreecommitdiffstats
path: root/m4/.gitignore
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-09-26 13:10:40 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-09-26 13:10:40 (EDT)
commit24ae2474ba22315acf42770df42fa70e9fc905e4 (patch)
treeb7bccbee95ea0a6a05c94943c3f583592ce278cc /m4/.gitignore
parentd4c7d63e4cf73dc7543046e8779cca771095d589 (diff)
downloadmazefight-24ae2474ba22315acf42770df42fa70e9fc905e4.zip
mazefight-24ae2474ba22315acf42770df42fa70e9fc905e4.tar.gz
mazefight-24ae2474ba22315acf42770df42fa70e9fc905e4.tar.bz2
m4/ax_prepend_flag.m4: New file
Now needed for AX_CFLAGS_WARN_ALL(). Fixes: configure.ac:55: error: macro AX_PREPEND_FLAG is not defined; is a m4 file missing? m4/ax_require_defined.m4:35: AX_REQUIRE_DEFINED is expanded from... m4/ax_cflags_warn_all.m4:84: AX_FLAGS_WARN_ALL is expanded from... m4/ax_cflags_warn_all.m4:142: AX_CFLAGS_WARN_ALL is expanded from... configure.ac:55: the top level
Diffstat (limited to 'm4/.gitignore')
-rw-r--r--m4/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/.gitignore b/m4/.gitignore
index 10db6cc..7bcdce7 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -3,6 +3,7 @@
!/ax_append_flag.m4
!/ax_cflags_warn_all.m4
!/ax_check_compile_flag.m4
+!/ax_prepend_flag.m4
!/ax_require_defined.m4
!/gcc_version.m4
!/gl_manywarnings.m4