IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12279


Ignore:
Timestamp:
Mar 6, 2007, 10:20:28 AM (19 years ago)
Author:
jhoblitt
Message:

fix ipprc.config.in default PATH expansion

Location:
trunk/ippconfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/Makefile.am

    r12140 r12279  
    3434# From the autoconf manual, section 4.7.2 "Installation Directory Variables"
    3535edit = sed \
    36         -e 's|@datadir[@]|$(datadir)|g' \
    37         -e 's|@prefix[@]|$(prefix)|g' \
    38         -e 's|@IPP_CONFIG_DIR[@]|$(IPP_CONFIG_DIR)|g'
     36        -e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \
     37        -e 's|@prefix[@]|$(prefix)|g'
    3938
    4039ipprc.config dvo.site: Makefile
  • trunk/ippconfig/configure.ac

    r12164 r12279  
    88
    99AC_PROG_INSTALL
    10 
    11 IPP_CONFIG_DIR="${datadir}/ippconfig"
    12 AC_SUBST(IPP_CONFIG_DIR)
    1310
    1411AC_CONFIG_FILES([
  • trunk/ippconfig/ipprc.config.in

    r12141 r12279  
    22
    33# Default search path for configuration files
    4 PATH            STR     @IPP_CONFIG_DIR@:$HOME/.ipp:.
     4PATH            STR     @pkgdatadir@:$HOME/.ipp:.
    55
    66# place your data directories here and refer to as path://PATH/remainder
Note: See TracChangeset for help on using the changeset viewer.