]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
*** empty log message ***
authorDarren Nickerson <darren.nickerson@ifax.com>
Wed, 28 Oct 1998 01:35:07 +0000 (01:35 +0000)
committerDarren Nickerson <darren.nickerson@ifax.com>
Wed, 28 Oct 1998 01:35:07 +0000 (01:35 +0000)
hylafax.org/webgen.pl [new file with mode: 0755]

diff --git a/hylafax.org/webgen.pl b/hylafax.org/webgen.pl
new file mode 100755 (executable)
index 0000000..7220ed2
--- /dev/null
@@ -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`