From: Arnout Vandecappelle Date: Tue, 20 Mar 2012 22:59:13 +0000 (+0100) Subject: configure: fis autostuff scripts path X-Git-Tag: v3.3.0-1~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7c932b765071dbeac324bf0477ed097e6461eedb;p=kconfig-frontends configure: fis autostuff scripts path Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: "Yann E. MORIN" (transplanted from cb15bd420584d14043b2645c2550e142491ab489) --- 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]) #----------------------------------------