X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fbootstrap;h=3294085057373b9d8a1146f48de8e39208b42286;hb=6b78d03bdd89f7c8dec8756bf296b75b156b90f3;hp=5c4b8556a895157f47db9a1a5d9ced59672f1ca0;hpb=d2d49399bf95fc4e24001db5cddbd8880c6877e7;p=gnulib.git diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 5c4b8556a..329408505 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.