Rev 170: Add missing 'test' in file:///home/jelmer/bzr/pqm/

Jelmer Vernooij jelmer at samba.org
Tue May 22 21:23:01 BST 2007


At file:///home/jelmer/bzr/pqm/

------------------------------------------------------------
revno: 170
revision-id: jelmer at samba.org-20070522202259-n1b72flbhcdi8966
parent: jelmer at samba.org-20070521122401-6izcfka7bc0jw48q
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: pqm
timestamp: Tue 2007-05-22 22:22:59 +0200
message:
  Add missing 'test'
modified:
  autogen.sh                     i_script_to_rerun_autotools
=== modified file 'autogen.sh'
--- a/autogen.sh	2007-05-21 12:24:01 +0000
+++ b/autogen.sh	2007-05-22 20:22:59 +0000
@@ -44,7 +44,7 @@
 	fi
 done
 
-if $AUTOMAKE = no; then
+if test $AUTOMAKE = no; then
 	echo
 	echo "You must have automake >= 1.7 installed to compile $PROJECT."
 	echo "Get ftp://ftp.gnu.org/pub/gnu/automake/automake-1.7.2.tar.gz"




More information about the bazaar-commits mailing list