From: Hugo Villeneuve Date: Wed, 31 Jul 2013 19:28:30 +0000 (-0400) Subject: Rename config directory to build-aux to follow autotools conventions X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=20cb6a4a1b260f18c0cc1414431080ecab3f3da4;p=hvutilities.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 28c98f8..6188dee 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Initialization stuff. AC_INIT(hv-utilities, 0.1.0) -AC_CONFIG_AUX_DIR(config) +AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_SRCDIR(scripts/vs) dnl Checking if the NEWS file has been updated to reflect the current version. AM_INIT_AUTOMAKE(check-news)