From: Darren Nickerson Date: Wed, 28 Oct 1998 01:35:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v40pl2-rjc3~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f0a89611cf7b511ed74e00a22e4a2388985c68f;p=thirdparty%2FHylaFAX.git *** empty log message *** --- diff --git a/hylafax.org/webgen.pl b/hylafax.org/webgen.pl new file mode 100755 index 00000000..7220ed24 --- /dev/null +++ b/hylafax.org/webgen.pl @@ -0,0 +1,31 @@ +#!/usr/bin/perl -w + +use strict; + +#open(CONFIG,"|../configure --quiet"); +#close CONFIG;a +`../configure + --with-DIR_BIN=/usr/bin + --with-DIR_SBIN=/usr/sbin + --with-DIR_LIBEXEC=/usr/sbin + --with-DIR_LIBDATA=/usr/share/fax + --with-DIR_LOCKS=/var/lock + --with-TIFFINC=/usr/include + --with-TIFFBIN=/usr/bin + --with-DIR_MAN=/usr/man + --with-PATH_GSRIP=/usr/bin/gs + --with-DEFVRES=196 + --with-DBLIBINC=/usr/include + --with-DIR_AFM=/usr/share/fax/afm + --with-LIBTIFF=-ltiff + --with-DIR_HTML=/tmp + --with-DIR_CGI=/usr/doc + --with-DIR_SPOOL=/var/spool/fax + --with-LIBDB=-ldb + --with-ZLIB=no + --with-ZLIBINC=. + --with-AFM=no + --with-DSO=LINUX + --with-DSOSUF=so + --with-PATH_VGETTY=/sbin/vgetty + --with-HTML=yes`