X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2Fconfigure.in;h=2412b10094704c474eb7ed3eab4b4df7b684225b;hb=10434de696a721d9ea1b4eddc4169d601ee671e5;hp=636173a9087ff15af303365cef3eb61e91c96b34;hpb=8b52332953ae90cba6e28a3b4e2144a9dd91e338;p=helm.git diff --git a/helm/http_getter/configure.in b/helm/http_getter/configure.in index 636173a90..2412b1009 100644 --- a/helm/http_getter/configure.in +++ b/helm/http_getter/configure.in @@ -2,8 +2,8 @@ AC_INIT(http_getter.pl.in) PACKAGE=helm_http_getter MAJOR_VERSION=0 -MINOR_VERSION=0 -MICRO_VERSION=2 +MINOR_VERSION=1 +MICRO_VERSION=54 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION DEFAULT_HELM_LIB_DIR=/usr/local/lib/helm @@ -27,6 +27,8 @@ else RESOLVED_EXEC_PREFIX=$RESOLVED_PREFIX fi +HELM_CGI_DIR=$RESOLVED_PREFIX/bin + if test $USE_DEFAULTS = auto; then AC_CHECK_PROG(HAVE_HELM_CONFIG, helm-config, yes, no) if test $HAVE_HELM_CONFIG = yes; then @@ -64,7 +66,7 @@ if test $PERL_BINARY = no ; then fi dnl Perl modules checks -PERL_MODS="HTTP::Daemon HTTP::Status HTTP::Request LWP::UserAgent DB_File Compress::Zlib" +PERL_MODS="HTTP::Daemon HTTP::Status HTTP::Request LWP::UserAgent DB_File Compress::Zlib CGI" PERL_INC=`perl -e 'print(join(" ",@INC))'` for perl_mod in $PERL_MODS; do AC_MSG_CHECKING("for perl module: $perl_mod") @@ -88,6 +90,7 @@ AC_SUBST(RESOLVED_PREFIX) AC_SUBST(RESOLVED_EXEC_PREFIX) AC_SUBST(HELM_LIB_DIR) AC_SUBST(PERL_BINARY) +AC_SUBST(HELM_CGI_DIR) AC_OUTPUT([ Makefile