From: Hugo Villeneuve Date: Thu, 18 Jul 2013 03:24:32 +0000 (-0400) Subject: Rename config directory to build-aux to follow autotools conventions X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=f4f9a4121cc1723bb2d20966b175fafe2f0d18d0;p=dockapps%2Fdockbatmon.git Rename config directory to build-aux to follow autotools conventions --- 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 1f69d1d..ced48d5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Initialization stuff. AC_INIT(dockbatmon, 0.1.0) -AC_CONFIG_AUX_DIR(config) +AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_SRCDIR(src/batmon.c) AM_CONFIG_HEADER(config.h:config-h.in) dnl Checking if the NEWS file has been updated to reflect the current version.