dta-tokwrap
view release on metacpan or search on metacpan
###-- automake wants these, we want flex & bison
if test "$LEX" = :; then
LEX=${am_missing_run}flex
fi
for ac_prog in 'bison -y' byacc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_YACC+:} false; then :
$as_echo_n "(cached) " >&6
else
if test -n "$YACC"; then
ac_cv_prog_YACC="$YACC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_prog_YACC="$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
fi
fi
YACC=$ac_cv_prog_YACC
if test -n "$YACC"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
$as_echo "$YACC" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
test -n "$YACC" && break
done
test -n "$YACC" || YACC="yacc"
LEX="$FLEX"
YACC="$BISON"
## /flex+bison: automake woes
##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
##---------------------------------------------------------------
## svn info
## + keyword substitution requires property svn:keywords set on
## this file:
## $ svn propset svn:keywords "HeadURL Id" configure.ac
## + or even:
## $ svn propset svn:keywords "HeadURL Id Date Rev Author" configure.ac
# Extract the first word of "svnversion", so it can be a program name with args.
set dummy svnversion; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_path_SVNVERSION+:} false; then :
$as_echo_n "(cached) " >&6
else
case $SVNVERSION in
[\\/]* | ?:[\\/]*)
ac_cv_path_SVNVERSION="$SVNVERSION" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_path_SVNVERSION="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
test -z "$ac_cv_path_SVNVERSION" && ac_cv_path_SVNVERSION="no"
;;
esac
fi
SVNVERSION=$ac_cv_path_SVNVERSION
if test -n "$SVNVERSION"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $SVNVERSION" >&5
$as_echo "$SVNVERSION" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SVN HeadURL" >&5
$as_echo_n "checking for SVN HeadURL... " >&6; }
SVNURL=`echo '$HeadURL: svn+ssh://svn.dwds.de/home/svn/dev/dta-tokwrap/trunk/configure.ac $' \
| sed -e's/^\$HeadURL: *//1' -e's/\/configure.ac *\$$//1'`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $SVNURL" >&5
$as_echo "$SVNURL" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SVN revision of working copy" >&5
$as_echo_n "checking for SVN revision of working copy... " >&6; }
if test -n "$SVNVERSION" -a "$SVNVERSION" != "no"; then
SVNREV=`$SVNVERSION -n`
else
SVNREV='exported'
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $SVNREV" >&5
$as_echo "$SVNREV" >&6; }
SVNID="${SVNURL} @ ${SVNREV}"
( run in 0.572 second using v1.01-cache-2.11-cpan-71847e10f99 )