Skip to content

Instantly share code, notes, and snippets.

@eclairevoyant
Last active December 11, 2015 01:59
Show Gist options
  • Save eclairevoyant/4527299 to your computer and use it in GitHub Desktop.
Save eclairevoyant/4527299 to your computer and use it in GitHub Desktop.
autoconf patch
--- 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