From: <tom...@us...> - 2003-09-23 03:06:49
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv6296 Modified Files: configure.in Log Message: check user-specified htmldir when building cgibindir and imagesdir Index: configure.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- configure.in 10 Sep 2003 21:38:42 -0000 1.1.1.1 +++ configure.in 23 Sep 2003 03:06:44 -0000 1.2 @@ -76,7 +76,7 @@ cgibindir="" -for f in /home/httpd /usr/local/apache /usr/local/www /var/lib/httpd /var/www /usr/local/www +for f in /home/httpd /usr/local/apache /usr/local/www /var/lib/httpd /var/www /usr/local/www $htmldir do if test -d $f/cgi-bin then @@ -95,7 +95,7 @@ AC_SUBST(cgibindir) imagedir="" -for f in /home/httpd/html /usr/local/apache/htdocs /usr/local/www/data /var/www/html +for f in /home/httpd/html /usr/local/apache/htdocs /usr/local/www/data /var/www/html $htmldir do if test -d $f then |