OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
fb14dc5893ba7d58c0ef9d9798c5bf9f5c0c4943
Authored by
Jay Berkenbilt
2012-06-25 10:51:16 -0400
1 parent
0e1caa50
Autoconf 2.68 is new enough
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
configure.ac
configure.ac
View file @
fb14dc5
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
dnl This config.in requires autoconf 2.5 or greater.
3
3
4
-AC_PREREQ([2.6
9
])
4
+AC_PREREQ([2.6
8
])
5
5
AC_INIT([qpdf],[2.3.1])
6
6
7
7
AC_CONFIG_MACRO_DIR([m4])
...
...