Changeset 6871383f306321f5db33fa80feaa048a0ef7ee0e

Show
Ignore:
Timestamp:
02/04/07 21:20:41 (1 year ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1170620441 +0000
git-parent:

[cfafc7da073f5c7ac3074af7b559d86a35203efb]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1170620441 +0000
Message:

support for automake 1.10. Patch courtesy of scop on trac. Fix #1041

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bootstrap

    rfe12c56 r6871383  
    6565# Check for automake 
    6666amvers="no" 
    67 for v in "-1.9" "19" "-1.8" "18" "-1.7" "17"; do 
     67for v in "-1.10" "110" "-1.9" "19" "-1.8" "18" "-1.7" "17"; do 
    6868  if automake${v} --version >/dev/null 2>&1; then 
    6969    amsuff="${v}" 
    70     amvers="${v}
     70    amvers="`echo ${v} | sed -e 's/^-//'`
    7171    break 
    7272  fi 
     
    126126fi 
    127127 
    128 aclocal=aclocal${amvers
    129 automake=automake${amvers
     128aclocal=aclocal${amsuff
     129automake=automake${amsuff
    130130autoconf=autoconf 
    131131autoheader=autoheader