summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-05-29 22:53:15 +0200
committerDan McGee <dan@archlinux.org>2007-05-29 22:53:15 +0200
commit103c7243a2d50dd46c0b5efefdc2e1b1d24e30e0 (patch)
treead7914cb0864b1ae80f44dc49f967e20f888db59 /configure.ac
parent2760828e9dff1250c1160b7df2f376107ffe134f (diff)
downloadpacman-103c7243a2d50dd46c0b5efefdc2e1b1d24e30e0.tar.gz
pacman-103c7243a2d50dd46c0b5efefdc2e1b1d24e30e0.tar.xz
Get --help and --version options working on all scripts
Added the autoconf option std-options to the scripts/ directory, which checks to ensure all programs have both --help and --version options. A few things needed cleaning up to get this working. To test these types of options, use the 'make distcheck' target. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index dec2bb44..c79cea8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,7 @@
+dnl Process this file with autoconf to produce a configure script.
+dnl Minimum version of autoconf required
AC_PREREQ(2.59)
+
dnl Update it right before the release since $pkgver_foo are all _post_ release snapshots
AC_INIT([Pacman package manager], 3.1.0-dev, [pacman-dev@archlinux.org], [pacman])
AC_LANG([C])
@@ -222,6 +225,7 @@ scripts/gensync
scripts/makepkg
scripts/makeworld
scripts/pacman-optimize
+scripts/rankmirrors
scripts/repo-add
scripts/repo-remove
scripts/updatesync