Use AX_APPEND_COMPILE_FLAGS() to check the various compile flags, such as -Wall, to ensure the compile supports.

This commit is contained in:
Eric Haszlakiewicz
2015-10-23 02:16:40 +00:00
parent 10d50aadf2
commit 80c1f69b9e
10 changed files with 260 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
autoreconf -v --install || exit 1
autoreconf -Iautoconf-archive/m4 -v --install || exit 1
# If there are any options, assume the user wants to run configure.
# To run configure w/o any options, use ./autogen.sh --configure