diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-10-14 20:03:13 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-10-14 20:03:13 -0400 |
commit | acd4856aac05a884376736196154842959803aa6 (patch) | |
tree | f29b43492e60b242996cd02fa6449a27b4ac5842 | |
parent | d1bd1fbc6d7f7b4817aca4fecd8ccfe80a1c2f03 (diff) |
config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
It depends on util-macros 1.8
The LT_AC_PROG_SED macro was never released by libtool.
Neither man makefile actually used $SED anyway.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 09cb3a4..b050161 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,6 @@ AM_CONFIG_HEADER([config.h]) # Checks for programs. AC_PROG_LIBTOOL AC_PROG_CC -LT_AC_PROG_SED - # Checks for pkg-config packages PKG_CHECK_MODULES(XPM, xproto x11) |