Skip to content

Instantly share code, notes, and snippets.

@gdestuynder
Created June 30, 2014 18:28
Show Gist options
  • Save gdestuynder/9bcd478fd8872c5d674e to your computer and use it in GitHub Desktop.
Save gdestuynder/9bcd478fd8872c5d674e to your computer and use it in GitHub Desktop.
build duo_unix on RHEL6
diff --git a/configure.ac b/configure.ac
index 691fbea..c2c68ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# All rights reserved, all wrongs reversed
# Minimum autoconf version
-AC_PREREQ(2.65)
+AC_PREREQ(2.63)
# Package, version, bug report address
AC_INIT([duo_unix],
@@ -15,7 +15,7 @@ AC_CONFIG_AUX_DIR([autotools])
AC_CONFIG_MACRO_DIR([autotools])
# Init automake
-AM_INIT_AUTOMAKE([1.12.0 foreign subdir-objects serial-tests])
+AM_INIT_AUTOMAKE([1.11.1 foreign subdir-objects])
AM_MAINTAINER_MODE
AB_INIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment