X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=configure.ac;h=d9eac1d7a14fe38bfb483e4de26855535ff006c0;hb=4f35cb1366fc9a550b21ced49a465dd22940fa92;hp=dd1333638bb5c4013af2a895ad833b136fb95a28;hpb=0ddadb203a71a62ea2be1cc9825305ccde1fbfed;p=emu8051.git diff --git a/configure.ac b/configure.ac index dd13336..d9eac1d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Initialization stuff. AC_INIT(emu8051, 1.1.2) -AC_CONFIG_AUX_DIR(config) +AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR(src/cpu8051.c) AM_CONFIG_HEADER(config.h:config-h.in) dnl Checking if the NEWS file has been updated to reflect the current version.