Skip to content

Commit

Permalink
Require autoconf 2.62 again
Browse files Browse the repository at this point in the history
  • Loading branch information
dajobe committed Sep 8, 2012
1 parent 430a210 commit 7a993be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions autogen.sh
Expand Up @@ -75,6 +75,7 @@ fi
# Some dependencies for autotools:
# automake 1.13 requires autoconf 2.65
# automake 1.12 requires autoconf 2.62
# automake 1.11 requires autoconf 2.62 (needed for AM_SILENT_RULES)
automake_min_vers=011102
aclocal_min_vers=$automake_min_vers
autoconf_min_vers=026200
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -23,7 +23,7 @@ dnl
dnl


AC_PREREQ([2.68])
AC_PREREQ([2.62])
AC_INIT([Raptor RDF Parser and Serializer library], [2.0.9], [http://bugs.librdf.org/], [raptor2])
AC_CONFIG_SRCDIR([src/raptor_general.c])
AC_CONFIG_HEADERS([src/raptor_config.h])
Expand Down

0 comments on commit 7a993be

Please sign in to comment.