summaryrefslogtreecommitdiff
path: root/etc/config.site
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-12-10 15:02:13 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-12-10 15:02:13 +0000
commit7a8c7a3fc46c01f2592f3ee2cce6286ef0576850 (patch)
tree3ff922c7f2d4a99baf02ce0ee4b4266639e9ec45 /etc/config.site
parent1437fce3a1e3ca3a0f5f92abaedaea5a8ede97de (diff)
Set grep and tar programs in config.site to force configure to find
the system ones. Requested by espie@.
Diffstat (limited to 'etc/config.site')
-rw-r--r--etc/config.site6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/config.site b/etc/config.site
index c4866a1a0..5220d8bd8 100644
--- a/etc/config.site
+++ b/etc/config.site
@@ -1,4 +1,4 @@
-# $OpenBSD: config.site,v 1.4 2010/08/26 19:22:51 millert Exp $
+# $OpenBSD: config.site,v 1.5 2011/12/10 15:02:12 matthieu Exp $
ac_cv_c_compiler_gnu=${ac_cv_c_compiler_gnu=yes}
ac_cv_c_const=${ac_cv_c_const=yes}
ac_cv_cxx_compiler_gnu=${ac_cv_cxx_compiler_gnu=yes}
@@ -12,6 +12,10 @@ ac_cv_path_RSH=${ac_cv_path_RSH=/usr/bin/rsh}
ac_cv_path_SED=${ac_cv_path_SED=/usr/bin/sed}
ac_cv_path_ac_pt_PKG_CONFIG=${ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config}
ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -p'}
+ac_cv_path_GREP=${ac_cv_path_GREP=/usr/bin/grep}
+ac_cv_path_EGREP=${ac_cv_path_EGREP=/usr/bin/egrep}
+ac_cv_path_FGREP=${ac_cv_path_EGREP=/usr/bin/fgrep}
+am_cv_prog_tar_ustar=${am_cv_prog_tar_ustar=/usr/bin/tar}
ac_cv_prog_AWK=${ac_cv_prog_AWK=awk}
ac_cv_prog_HAS_PERL=${ac_cv_prog_HAS_PERL=yes}
ac_cv_prog_LAUNCHD=${ac_cv_prog_LAUNCHD=no}