diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-06-11 15:03:41 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-10-11 11:50:52 +0100 |
commit | 358067557b202783fefd33b69794c0122b3992ee (patch) | |
tree | 0265731531d1fabef9bcfb382032a6ab63b20ad5 | |
parent | 467b8cb3adbaf5681db8e8047e351fe237b68ce8 (diff) |
Bump Autoconf dependency to 2.60 for AC_MKDIR_P
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54114
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5843d5d..911432f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ([2.59]) +AC_PREREQ([2.60]) # Making releases: # set the new version number: |