dta-tokwrap
view release on metacpan or search on metacpan
##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
##---------------------------------------------------------------
## 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.
configure.ac view on Meta::CPAN
dnl v--- needed if Makefile.am uses _LTLIBRARIES targets
dnl AC_PROG_LIBTOOL
dnl v--- for static-only libraries (non-libtool)
dnl AC_PROG_RANLIB
##---------------------------------------------------------------
## 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
AC_PATH_PROG([SVNVERSION],[svnversion],[no])
AC_MSG_CHECKING([for SVN HeadURL])
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'`
AC_MSG_RESULT([$SVNURL])
AC_MSG_CHECKING([for SVN revision of working copy])
if test -n "$SVNVERSION" -a "$SVNVERSION" != "no"; then
SVNREV=`$SVNVERSION -n`
( run in 3.182 seconds using v1.01-cache-2.11-cpan-71847e10f99 )