Skip to content

Instantly share code, notes, and snippets.

@matthewryanscott
Created February 7, 2012 18:25
Show Gist options
  • Save matthewryanscott/1761100 to your computer and use it in GitHub Desktop.
Save matthewryanscott/1761100 to your computer and use it in GitHub Desktop.
Bump down autoconf version requirement to 2.61
--- configure.ac.orig 2012-02-07 12:22:59.000000000 -0600
+++ configure.ac 2012-02-07 12:23:23.000000000 -0600
@@ -32,7 +32,7 @@
# Basic initialisations
#################################################
-AC_PREREQ(2.62)
+AC_PREREQ(2.61)
AC_INIT([libmp3splt],[0.7.1],[[email protected]])
AC_CONFIG_AUX_DIR([libltdl/config])
AM_INIT_AUTOMAKE(libmp3splt, 0.7.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment