summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJonathan Earl Brassow <jbrassow@redhat.com>2009-08-13 20:23:01 +0000
committerJonathan Earl Brassow <jbrassow@redhat.com>2009-08-13 20:23:01 +0000
commit162aefe84b77e14d65bf7cc8e5e5ebb1d747af56 (patch)
treecb4a91485fdb067298d63bdda42d1a1700b4fab5 /configure.in
parent03c65b7ade9983b192ac5ca1003431abf59643e7 (diff)
downloadlvm2-162aefe84b77e14d65bf7cc8e5e5ebb1d747af56.tar.gz
lvm2-162aefe84b77e14d65bf7cc8e5e5ebb1d747af56.tar.xz
lvm2-162aefe84b77e14d65bf7cc8e5e5ebb1d747af56.zip
configure script: A couple unwanted changes snuck in.
Previously while messing around with 'configure.in' and autoconf, I changed a couple lines that I didn't want in the final check-in.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 5e89c8d7..18bac05d 100644
--- a/configure.in
+++ b/configure.in
@@ -63,7 +63,7 @@ esac
################################################################################
dnl -- Checks for programs.
-m4_pattern_allow(AC_PROG_SED)
+AC_PROG_SED
AC_PROG_AWK
AC_PROG_CC
@@ -72,7 +72,7 @@ AC_PROG_GCC_TRADITIONAL
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
-m4_pattern_allow(AC_PROG_MKDIR_P)
+AC_PROG_MKDIR_P
AC_PROG_RANLIB
AC_PATH_PROG(CFLOW_CMD, cflow)
AC_PATH_PROG(CSCOPE_CMD, cscope)