2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-02 20:08:24 +00:00

Autoconf 2.68 is new enough

This commit is contained in:
Jay Berkenbilt 2012-06-25 10:51:16 -04:00
parent 0e1caa502d
commit fb14dc5893

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl This config.in requires autoconf 2.5 or greater. dnl This config.in requires autoconf 2.5 or greater.
AC_PREREQ([2.69]) AC_PREREQ([2.68])
AC_INIT([qpdf],[2.3.1]) AC_INIT([qpdf],[2.3.1])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])