~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/autorun.sh

  • Committer: Monty Taylor
  • Date: 2008-07-31 21:36:07 UTC
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: monty@inaugust.com-20080731213607-zp3mvx6ego73re4t
Output automake version too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
# and --force to overwrite them if they already exist
106
106
run $AUTOMAKE $AUTOMAKE_FLAGS  || die "Can't execute automake"
107
107
run $AUTOCONF || die "Can't execute autoconf"
 
108
echo -n "Automade with: "
 
109
$AUTOMAKE --version | head -1
108
110
echo -n "Configured with: "
109
111
$AUTOCONF --version | head -1