X-Git-Url: https://git.draconx.ca/gitweb/rarpd-dx.git/blobdiff_plain/75c08e079aaf8bc8aed01b23ea2b50766ff3251b..HEAD:/configure.ac diff --git a/configure.ac b/configure.ac index af8b33f..a2a5951 100644 --- a/configure.ac +++ b/configure.ac @@ -5,37 +5,15 @@ dnl This is free software: you are free to do what the fuck you want to. dnl There is NO WARRANTY, to the extent permitted by law. AC_PREREQ([2.68]) -AC_INIT([rarpd], [1], [nbowler@draconx.ca], [rarpd-dx]) +AC_INIT([rarpd], [1a], [nbowler@draconx.ca], [rarpd-dx]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC -AC_CHECK_PROGS([XSLTPROC], [xsltproc], [not found]) -AS_IF([test x"$XSLTPROC" != x"not found"], - [AC_CACHE_CHECK([whether $XSLTPROC works], [dx_cv_xsltproc_works], -[dx_cv_xsltproc_works=no -cat >conftest.xsl <<'EOF' - - - - -hello - -EOF -cat >conftest.xml <<'EOF' - - -EOF -$XSLTPROC --nonet conftest.xsl conftest.xml >conftest.out 2>&AS_MESSAGE_LOG_FD && - { read var