summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-17 12:04:04 +0000
committerJim Meyering <jim@meyering.net>2007-03-17 12:04:04 +0000
commitd1c92f60e28f5ab04f3d026050055ae6db2f9506 (patch)
treef2ca43b65f7043c250e70b57de8d8c6978c1196d /build-aux
parentd2d49399bf95fc4e24001db5cddbd8880c6877e7 (diff)
downloadgnulib-d1c92f60e28f5ab04f3d026050055ae6db2f9506.tar.gz
fix syntax error in last change
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/bootstrap7
1 files changed, 3 insertions, 4 deletions
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 5c4b8556a8..3294085057 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -175,10 +175,9 @@ grep '^[ ]*AC_CONFIG_AUX_DIR(\['"$build_aux"'\])' configure.ac \
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.