1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

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.
This commit is contained in:
Jonathan Earl Brassow 2009-08-13 20:23:01 +00:00
parent 03c65b7ade
commit 162aefe84b

View File

@ -63,7 +63,7 @@ esac
################################################################################ ################################################################################
dnl -- Checks for programs. dnl -- Checks for programs.
m4_pattern_allow(AC_PROG_SED) AC_PROG_SED
AC_PROG_AWK AC_PROG_AWK
AC_PROG_CC AC_PROG_CC
@ -72,7 +72,7 @@ AC_PROG_GCC_TRADITIONAL
AC_PROG_INSTALL AC_PROG_INSTALL
AC_PROG_LN_S AC_PROG_LN_S
AC_PROG_MAKE_SET AC_PROG_MAKE_SET
m4_pattern_allow(AC_PROG_MKDIR_P) AC_PROG_MKDIR_P
AC_PROG_RANLIB AC_PROG_RANLIB
AC_PATH_PROG(CFLOW_CMD, cflow) AC_PATH_PROG(CFLOW_CMD, cflow)
AC_PATH_PROG(CSCOPE_CMD, cscope) AC_PATH_PROG(CSCOPE_CMD, cscope)