--- CONFIG.in.bak Mon Oct 20 05:09:35 2003 +++ CONFIG.in Mon Oct 27 17:16:01 2003 @@ -35,20 +35,20 @@ # CONFIG_DIR # This is the directory that contains ht://Dig configuration files # -CONFIG_DIR= @CONFIG_DIR@ +CONFIG_DIR= $(prefix)/etc/htdig # # COMMON_DIR # This is the directory for files that can be shared between different # databases. # -COMMON_DIR= @COMMON_DIR@ +COMMON_DIR= $(prefix)/share/htdig/common # # DATABASE_DIR # The default directory where the search databases will reside. # -DATABASE_DIR= @DATABASE_DIR@ +DATABASE_DIR= $(prefix)/var/htdig # # DEFAULT_CONFIG_FILE @@ -69,7 +69,7 @@ # Define this to be a place that can be accessed by your web server. This is # where a couple of images will be placed. # -IMAGE_DIR= @IMAGE_DIR@ +IMAGE_DIR= $(prefix)/share/htdig/images # # IMAGE_URL_PREFIX @@ -82,7 +82,7 @@ # Set this to the absolute path where you want the sample search form to # be installed. # -SEARCH_DIR= @SEARCH_DIR@ +SEARCH_DIR= $(prefix)/share/htdig # # SEARCH_FORM