From c37ee6e4b42776b6dd4147db6022c574e68288b7 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Wed, 12 Jan 2011 11:54:40 -0500 Subject: config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS It depends on util-macros 1.8 or later The existing statement can now be removed from the configuration file. Signed-off-by: Gaetan Nadon --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 85cef18..9875fae 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,6 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) AC_PROG_CC -AC_PROG_INSTALL AC_CHECK_FUNCS([strlcpy getpid]) -- cgit v1.2.3