> Hello
> 
>    I have been using the  Feb 06 release of htdig 3.2.0b1
> and still have problem that the /common files are not being
> taylored  correctly from the  configure variables.  I.e.
> I configure with script below but end up with the results page
> expecting  the buttonX.gif  files to be in   /htdig .    Whereas
> the stars are correctly expected in  /images/star.gif ,  the buttonX.gif
> 's
>  are in the /images directory, but the template points to the 
> wrong directory   /htdig   .
> 
> 
> #!/bin/sh
> BASE=/usr/local/tmp/ppp/htdig-test/  export BASE  
> ./configure    \
> --with-search-dir=$BASE  \
> --prefix=$BASE  \
> --exec-prefix=$BASE  \
> --with-cgi-bin-dir=$BASE'cgi-bin'  \
> --with-config_dir=$BASE'conf'   \
> --with-common-dir=$BASE'common' \
> --with-default-config-file=htdig.conf  \
> --with-search-dir=$BASE   \
> --with-image-url-prefix=/images   \
> --with-search-form=search.html   \
> --disable-shared \
> --with-database-dir=$BASE'dbase'  \
> --with-image-dir=$BASE'images'   
> 
> 
> 
> 
> 
>        Hi,
> 
>        I've just commited the following:
> 
>       * test/t_wordskip: copy $srcdir/skiptest_db.txt to allow running
>         outside the source tree.
> 
>       * configure.in: use '${prefix}/...' instead of
> "$ac_default_prefix/..."
>         that did not carry the --prefix value. 
> 
>       * configure.in: run CHECK_USER and AC_PROG_APACHE if --enable-tests
> 
>        and tested that make install with --prefix=/foo/bar does not try to
> install anything outside /foo/bar. And tested that install without
> --prefix
> does install everything in /opt/www.
> 
>        Cheers,
> 
> -- 
>               Loic Dachary
> 
>               24 av Secretan
>               75019 Paris
>               Tel: 33 1 42 45 09 16
>               e-mail: [EMAIL PROTECTED]
>               URL: http://www.senga.org/
> 
> 
> ------------------------------------
> To unsubscribe from the htdig3-dev mailing list, send a message to
> [EMAIL PROTECTED] 
> You will receive a message to confirm this. 
> 

------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 

Reply via email to