summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-09-23 16:10:47 +0200
committerDan McGee <dan@archlinux.org>2010-09-23 16:10:53 +0200
commitf489e969f0ca65fe210678844fabddd29a7597e1 (patch)
tree170273be3c2f0c1364f773e184f71dfb5614da60 /configure.ac
parent413508c6fa54f465cdcf021a59ee7e6a38d5b1e7 (diff)
downloadpacman-f489e969f0ca65fe210678844fabddd29a7597e1.tar.gz
pacman-f489e969f0ca65fe210678844fabddd29a7597e1.tar.xz
Update build system (automake, autoconf, libtool)
Unfortunately this patch is hard to split up into smaller chunks. Our build system and the associated automake/autoconf/libtool macros has been left untouched for a while, and could use a refresher. * Upgrade ltmain.sh to the latest version * Move away from a huge acinclude.m4 directory to using individual files in the m4/ subdirectory, suggested by upstream automake documentation * Update all macros to their latest available version * Adjust Makefile.am and autogen.sh to accommodate m4/ subdirectory Signed-off-by: Dan McGee <dan@archlinux.org>
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 b4570f58..db88b447 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
# Minimum version of autoconf required
-AC_PREREQ(2.60)
+AC_PREREQ(2.62)
# UPDATING VERSION NUMBERS FOR RELEASES
#