debian, pacman: incorrect detection of config files.
[febootstrap.git] / configure.ac
index 21dd340..a715668 100644 (file)
@@ -17,7 +17,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 dnl
 dnl Written by Richard W.M. Jones <rjones@redhat.com>
 
-AC_INIT(febootstrap,3.0)
+AC_INIT(febootstrap,3.2)
 AM_INIT_AUTOMAKE
 
 dnl Check for basic C environment.
@@ -64,6 +64,9 @@ dnl For Debian handler.
 AC_CHECK_PROG(APTITUDE,[aptitude],[aptitude],[no])
 AC_CHECK_PROG(DPKG,[dpkg],[dpkg],[no])
 
+dnl For ArchLinux handler.
+AC_CHECK_PROG(PACMAN,[pacman],[pacman],[no])
+
 dnl Required programs, libraries.
 AC_PATH_PROG([INSMODSTATIC],[insmod.static],[no])
 if test "x$INSMODSTATIC" = "xno" ; then