aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-06-08 22:59:54 +0000
committerRob Austein <sra@hactrn.net>2012-06-08 22:59:54 +0000
commit52ed24f1b07e3672c217d9981b05e5ff17284a21 (patch)
treec05963ac55063544b98c3ac156883a8085274436 /configure.ac
parent85bde00b96d4819cb45bc957d7491b46c9868ab7 (diff)
show.sh has been replaced by rcynic-text.
svn path=/trunk/; revision=4531
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index fcdd0d97..dafa1154 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,12 +115,6 @@ AC_PATH_PROG([SORT], [sort])
AC_PATH_PROG([RRDTOOL], [rrdtool])
AC_PROG_GREP
-if test "x$XSLTPROC" != "x" && test "x$AWK" != "x"
-then
- AC_CONFIG_FILES([rcynic/show.sh],
- [chmod +x rcynic/show.sh])
-fi
-
# Figure out whether we need to build our own OpenSSL library or can
# use the system libraries. We're looking for two recent features:
# CMS and RFC 3779 support. We also have to check whether the user