/[guile]/guile/guile-core/autogen.sh
ViewVC logotype

Diff of /guile/guile-core/autogen.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by rlb, Sat Oct 5 04:55:57 2002 UTC revision 1.27 by mvo, Sat Oct 5 11:52:07 2002 UTC
# Line 51  libtoolize --force --copy --automake Line 51  libtoolize --force --copy --automake
51  ac_version=`autoconf --version | head -1`  ac_version=`autoconf --version | head -1`
52  ac_version=`echo ${ac_version} | sed -e 's/autoconf.* \([0-9].[0-9]\+\)$/\1/'`  ac_version=`echo ${ac_version} | sed -e 's/autoconf.* \([0-9].[0-9]\+\)$/\1/'`
53  case "${ac_version}" in  case "${ac_version}" in
54    (2.5?) autoconf=autoconf ;;    (2.5?) autoconf=autoconf; autoheader=autoheader ;;
55  esac  esac
56    
57  # configure.in reqs autoconf-2.53; try to find it  # configure.in reqs autoconf-2.53; try to find it
# Line 75  fi Line 75  fi
75  #detect automake version  #detect automake version
76    
77    
78  # configure.in reqs autoconf-2.53; try to find it  # configure.in reqs automake-1.6; try to find it
79  for suf in "-1.6" "1.6" ""  false; do  for suf in "-1.6" "1.6" ""  false; do
80    version=`automake$suf --version 2>/dev/null | head -1 | awk '{print $NF}' | awk -F. '{print $1 * 10 + $2}'`    version=`automake$suf --version 2>/dev/null | head -1 | awk '{print $NF}' | awk -F. '{print $1 * 10 + $2}'`
81    if test "0$version" -eq 16; then    if test "0$version" -eq 16; then

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26