projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
fdfbb39
)
Added status message to the end of autorun.sh
author
Monty Taylor
<mordred@inaugust.com>
Mon, 15 Jun 2009 00:42:52 +0000
(17:42 -0700)
committer
Monty Taylor
<mordred@inaugust.com>
Mon, 15 Jun 2009 00:42:52 +0000
(17:42 -0700)
config/autorun.sh
patch
|
blob
|
history
diff --git
a/config/autorun.sh
b/config/autorun.sh
index d62ca6ba87f7cbc9afe7be5d40a1f55d82778dcb..fdf58deab1caf5e40e91b4f7dbf4b8985bde8393 100755
(executable)
--- a/
config/autorun.sh
+++ b/
config/autorun.sh
@@
-104,3
+104,9
@@
run $AUTOHEADER || die "Can't execute autoheader"
# and --force to overwrite them if they already exist
run $AUTOMAKE $AUTOMAKE_FLAGS || die "Can't execute automake"
run $AUTOCONF || die "Can't execute autoconf"
+
+echo -n "Automade with: "
+$AUTOMAKE --version | head -1
+echo -n "Configured with: "
+$AUTOCONF --version | head -1
+