diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-09 10:20:25 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-09 10:20:25 -0800 |
commit | dfd1f9ddc40dc8082010cd6b649812e57c4542bf (patch) | |
tree | 2cd0ef1e17b3c86d6d2a87356f7fd7c1264af2f7 | |
parent | 649f4494e956e58c5dc440047f55c19117334590 (diff) |
config: Remove unnecessary calls from configure.ac
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index d4d680c..1135dff 100644 --- a/configure.ac +++ b/configure.ac @@ -33,14 +33,9 @@ XORG_MACROS_VERSION(1.8) AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - XORG_DEFAULT_OPTIONS # Checks for pkg-config packages PKG_CHECK_MODULES(XKILL, x11 xmuu) -AC_SUBST(XKILL_CFLAGS) -AC_SUBST(XKILL_LIBS) AC_OUTPUT([Makefile]) |