From: Hugo Villeneuve Date: Thu, 18 Jul 2013 03:55:10 +0000 (-0400) Subject: Rename config directory to build-aux to follow autotools conventions X-Git-Tag: v1.1.0~16 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=b2b9e0c394b7ef605aa5b18c3b7ee9b68b564347;p=dockapps%2Fhvclock.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 c93bcc9..91d8c2b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Initialization stuff. AC_INIT(hvclock, 1.0.2) -AC_CONFIG_AUX_DIR(config) +AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_SRCDIR(src/hvclock.c) AM_CONFIG_HEADER(config.h:config-h.in) dnl Checking if the NEWS file has been updated to reflect the current version.