Commit fb14dc5893ba7d58c0ef9d9798c5bf9f5c0c4943

Authored by Jay Berkenbilt
1 parent 0e1caa50

Autoconf 2.68 is new enough

Showing 1 changed file with 1 additions and 1 deletions
configure.ac
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 dnl This config.in requires autoconf 2.5 or greater. 2 dnl This config.in requires autoconf 2.5 or greater.
3 3
4 -AC_PREREQ([2.69]) 4 +AC_PREREQ([2.68])
5 AC_INIT([qpdf],[2.3.1]) 5 AC_INIT([qpdf],[2.3.1])
6 6
7 AC_CONFIG_MACRO_DIR([m4]) 7 AC_CONFIG_MACRO_DIR([m4])