Created
February 7, 2012 18:25
-
-
Save matthewryanscott/1761100 to your computer and use it in GitHub Desktop.
Bump down autoconf version requirement to 2.61
This file contains hidden or 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
--- 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