From: Hugo Villeneuve Date: Sun, 6 Oct 2013 02:29:39 +0000 (-0400) Subject: Rename config to build-aux X-Git-Tag: v2.0.0~148 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=51b8355b292fa6b617ece0b7ccb26fe534325e37;p=emu8051.git Rename config to build-aux --- diff --git a/build-aux/.gitignore b/build-aux/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/config/.gitignore b/config/.gitignore deleted file mode 100644 index e69de29..0000000 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.