summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2011-06-17 18:21:56 +0200
committerTomas Bzatek <tbzatek@redhat.com>2011-06-17 18:21:56 +0200
commit7ec04ebd6e8dd17195c95cc32bd83becc6cb9f99 (patch)
treea5c9b96d19dda4ed775434e4704b434fd59b090d
parentad4b1f753866731e6354e367a12b66b9867d5827 (diff)
downloadgvfs-7ec04ebd6e8dd17195c95cc32bd83becc6cb9f99.tar.gz
build: Lower AC_PREREQ requirement
No strong reason for having that high version, probably a leftover after 'autoupdate' run on bleeding-edge system. Let's stick to recommended version from https://live.gnome.org/GnomeGoals/ModernAutotools
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a953b8f3..af64480a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_PREREQ([2.68])
+AC_PREREQ([2.64])
AC_INIT([gvfs],[1.9.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-pax])