Last active
December 11, 2015 01:59
-
-
Save eclairevoyant/4527299 to your computer and use it in GitHub Desktop.
autoconf patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/configure.in 2012-12-05 22:46:07.000000000 -0500 | |
+++ b/configure.in 2013-01-13 21:12:01.259997298 -0500 | |
@@ -51,7 +51,7 @@ | |
cflags_set=${CFLAGS+set} | |
AM_INIT_AUTOMAKE([no-define -Wno-portability dist-bzip2]) | |
-AM_CONFIG_HEADER(config.h) | |
+AC_CONFIG_HEADER(config.h) | |
# Support silent build rules, requires at least automake-1.11. Enable | |
# by either passing --enable-silent-rules to configure or passing V=0 | |
@@ -300,7 +300,7 @@ | |
# Checks for programs. | |
AC_ISC_POSIX | |
-AM_PROG_CC_STDC | |
+AC_PROG_CC | |
AM_PROG_CC_C_O | |
AC_PROG_INSTALL | |
AC_PROG_MAKE_SET |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment