/[gcjwebplugin]/gcjwebplugin/autogen.sh
ViewVC logotype

Diff of /gcjwebplugin/autogen.sh

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

revision 1.12 by fitzsim, Tue Jul 6 02:26:17 2004 UTC revision 1.13 by mkoch, Fri Feb 18 10:34:37 2005 UTC
# Line 37  fi Line 37  fi
37          DIE=1          DIE=1
38  }  }
39    
40  if automake-1.8 --version < /dev/null > /dev/null 2>&1 ; then  if automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then
41      AUTOMAKE=automake-1.8      AUTOMAKE=automake-1.9
42      ACLOCAL=aclocal-1.8      ACLOCAL=aclocal-1.9
43  else  else
44          echo          echo
45          echo "You must have automake 1.8 installed to compile $PROJECT."          echo "You must have automake 1.9 installed to compile $PROJECT."
46          echo "Install the appropriate package for your distribution,"          echo "Install the appropriate package for your distribution,"
47          echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"          echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
48          DIE=1          DIE=1

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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