summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 23:29:38 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 23:29:38 +0000
commitd8980cb7b6df64cf92c5b660f838497296dbb0bb (patch)
tree2d7292126c30dd39a6cac338d441b4619a3bf13c /configure.ac
parentd731a249d0c1c7f9eb77828c0d6e79cfdaf75589 (diff)
x11perf/Makefile.am: xinit/Makefile.am: xvidtune/Makefile.am:
- Replace $< with portable macro xinit/Makefile.am: xinit/configure.ac: xvidtune/Makefile.am: xvidtune/configure.ac: - Use more portable cpp invocations for pre-processing files xfs/configure.ac: - Add XTRANS_CONNECTION_FLAGS so xtrans transport type defines are set correctly
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2652ecf..005654a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,9 @@ AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
+AC_PROG_CPP
+AC_PATH_PROGS(RAWCPP, [cpp], [$(CPP)],
+ [$PATH:/bin:/usr/bin:/usr/lib:/usr/libexec:/usr/ccs/lib:/usr/ccs/lbin:/lib])
AC_PROG_INSTALL
AC_PATH_PROG(SED,sed)