From: Arnout Vandecappelle (Essensium/Mind) Date: Tue, 20 Mar 2012 22:59:13 +0000 (+0100) Subject: configure: fis autostuff scripts path X-Git-Tag: v3.4.0-0~42 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=878364dfe76dcc13579a7b4170940944d7c4a254;p=kconfig-frontends configure: fis autostuff scripts path Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: "Yann E. MORIN" --- diff --git a/configure.ac b/configure.ac index f856c21..ab2f572 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_INIT( AC_CONFIG_SRCDIR([frontends/conf/conf.c]) # Use a config.h to avoid brazilions -DHAVE_FOO on compile lines AC_CONFIG_HEADERS([scripts/.autostuff/config.h]) -AC_CONFIG_AUX_DIR([scripts/.autostuff/scritps]) +AC_CONFIG_AUX_DIR([scripts/.autostuff/scripts]) AC_CONFIG_MACRO_DIR([scripts/.autostuff/m4]) #----------------------------------------