changeset 8446:00a5a0685e6a

fix syntax error in last change
author Jim Meyering <jim@meyering.net>
date Sat, 17 Mar 2007 12:04:04 +0000
parents cf3799cf6eea
children f4bf8ff7f21b
files build-aux/bootstrap
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -175,10 +175,9 @@
 grep '^[	 ]*AC_CONFIG_AUX_DIR('"$build_aux"')' configure.ac \
     >/dev/null && found_aux_dir=yes
 if test $found_aux_dir = no; then
-  {
-    echo "$0: expected line not found in configure.ac. Add the following:" >&2
-    echo "  AC_CONFIG_AUX_DIR([$build_aux])" >&2.
-  }
+  echo "$0: expected line not found in configure.ac. Add the following:" >&2
+  echo "  AC_CONFIG_AUX_DIR([$build_aux])" >&2.
+fi
 
 # If $build_aux doesn't exist, create it now, otherwise some bits
 # below will malfunction.  If creating it, also mark it as ignored.