summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-31 09:02:02 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-11-07 22:28:48 +0100
commit52d968ab3b9288bf8de50bd9774d0b26c2ef9231 (patch)
tree57b961894daf7ecef5958f2e32be2dfd171f61d9 /configure.ac
parent4b28cddef50cad08ad637a5471244f28ed895aeb (diff)
downloadlibgphoto2-52d968ab3b9288bf8de50bd9774d0b26c2ef9231.tar.gz
Require at least autoconf-2.69
This gives us a few more features and bug fixes and fewer workarounds. autoconf 2.69 is the same autoconf version requirement as libexif uses. autoconf 2.69 has been released 2012-04-25. If you ever need to build a post 2021 libgphoto2 from git on a system with pre 2.69 autoconf, you can always prepare a tarball using "make dist" on a system with autoconf 2.69 or later, and build that tarball on the older machine.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7ccf246c7..ff39b63bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoreconf to produce a configure script.
-AC_PREREQ([2.62])
+AC_PREREQ([2.69])
dnl NOTE: Be version style _higher_ than the last release.
dnl So lastversion.X.trunk for instance. Bump X if necessary.