Searched refs:auxdir (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/misc/
H A Dautopoint.in344 auxdir=`cat "$configure_in" | grep '^AC_CONFIG_AUX_DIR' | sed -n -e 's/AC_CONFIG_AUX_DIR(\([^()]*\))/\1/p' | sed -e 's/^\[\(.*\)\]$/\1/' | sed -e 1q`
345 if test -n "$auxdir"; then
346 auxdir="$auxdir/"
444 # config.rpath mkinstalldirs -> $auxdir
452 config.rpath ) destfile="$auxdir$1" ;;
453 mkinstalldirs ) destfile="$auxdir$1" sharedowner=yes ;;
H A Dgettextize.in297 auxdir=`cat "$configure_in" | grep '^AC_CONFIG_AUX_DIR' | sed -n -e 's/AC_CONFIG_AUX_DIR(\([^()]*\))/\1/p' | sed -e 's/^\[\(.*\)\]$/\1/' | sed -e 1q`
298 if test -n "$auxdir"; then
299 auxdir="$auxdir/"
583 # Note that $auxdir is either empty or ends in a slash.
584 test -d "$srcdir/$auxdir" || {
586 echo "Creating $auxdir subdirectory"
587 mkdir "$srcdir/$auxdir" || func_fatal_error "failed to create $auxdir subdirectory"
589 echo "Create $auxdir subdirector
[all...]

Completed in 152 milliseconds