Skip to content

Commit

Permalink
Run configure in the proper directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ifaxsoln committed Oct 28, 1998
1 parent 26e8c15 commit 63580f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hylafax.org/webgen.pl
Expand Up @@ -2,4 +2,6 @@

use strict;

`../configure --quiet --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`
chdir "../";

`./configure --quiet --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`

0 comments on commit 63580f3

Please sign in to comment.