X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bootstrap;h=4dd9407e790ab387996f542e7770ec7e43193fcc;hb=8e7070e9a3ff99a9110f092674cef3e1d0386d65;hp=ef523d377b7065e110fe49c40e6f793dbc452c73;hpb=3725e3bdd06fedde30c9b12b81ecd1411fd127b9;p=kconfig-frontends diff --git a/bootstrap b/bootstrap index ef523d3..4dd9407 100755 --- a/bootstrap +++ b/bootstrap @@ -2,7 +2,7 @@ set -e printf "Creating macrodir...\n" -macrodir="$( sed -r -e '/^AC_CONFIG_MACRO_DIR\(\[(.*)\]\)/!d;' \ +macrodir="$( sed -e '/^AC_CONFIG_MACRO_DIR(\[\(.*\)\])/!d;' \ -e 's//\1/;' \ configure.ac \ )"