]> git.sur5r.net Git - kconfig-frontends/commitdiff
configure: fis autostuff scripts path
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 20 Mar 2012 22:59:13 +0000 (23:59 +0100)
committerArnout Vandecappelle <arnout@mind.be>
Tue, 20 Mar 2012 22:59:13 +0000 (23:59 +0100)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
configure.ac

index f856c21e397619b6de5ce9c5256854dfbe6c1e2a..ab2f572e36d1d35d3b663c3732a9f28d2f40193e 100644 (file)
@@ -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])
 
 #----------------------------------------