summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-12-06 19:22:52 -0800
committerKeith Packard <keithp@keithp.com>2010-12-06 19:22:52 -0800
commit5de312a60d8227ed670849ecf888ea878aa81430 (patch)
tree6cfacf73c5260552e6ae3718650de51f92333ce0 /configure.ac
parent311cad33155c64ed996418808727fc417168592e (diff)
parent8f42b2b69387b006bfcd373c3d023ebea9035db2 (diff)
Merge remote branch 'alanc/master'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a80a13f06..34d180632 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,9 +64,7 @@ dnl version-config.h covers the version numbers so they can be bumped without
dnl forcing an entire recompile.x
AC_CONFIG_HEADERS(include/version-config.h)
-AC_PROG_CC
AM_PROG_AS
-AC_PROG_INSTALL
AC_PROG_LN_S
AC_LIBTOOL_WIN32_DLL
AC_DISABLE_STATIC
@@ -77,7 +75,6 @@ AC_PROG_LEX
AC_PROG_YACC
AC_SYS_LARGEFILE
XORG_PROG_RAWCPP
-AC_PROG_SED
# Quoted so that make will expand $(CWARNFLAGS) in makefiles to allow
# easier overrides at build time.