Changeset 12279
- Timestamp:
- Mar 6, 2007, 10:20:28 AM (19 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 3 edited
-
Makefile.am (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
ipprc.config.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/Makefile.am
r12140 r12279 34 34 # From the autoconf manual, section 4.7.2 "Installation Directory Variables" 35 35 edit = 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' 39 38 40 39 ipprc.config dvo.site: Makefile -
trunk/ippconfig/configure.ac
r12164 r12279 8 8 9 9 AC_PROG_INSTALL 10 11 IPP_CONFIG_DIR="${datadir}/ippconfig"12 AC_SUBST(IPP_CONFIG_DIR)13 10 14 11 AC_CONFIG_FILES([ -
trunk/ippconfig/ipprc.config.in
r12141 r12279 2 2 3 3 # Default search path for configuration files 4 PATH STR @ IPP_CONFIG_DIR@:$HOME/.ipp:.4 PATH STR @pkgdatadir@:$HOME/.ipp:. 5 5 6 6 # place your data directories here and refer to as path://PATH/remainder
Note:
See TracChangeset
for help on using the changeset viewer.
