Rename config directory to build-aux to follow autotools conventions
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 18 Jul 2013 03:55:10 +0000 (23:55 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Jul 2013 03:46:14 +0000 (23:46 -0400)
build-aux/.gitignore [new file with mode: 0644]
config/.gitignore [deleted file]
configure.ac

diff --git a/build-aux/.gitignore b/build-aux/.gitignore
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/config/.gitignore b/config/.gitignore
deleted file mode 100644 (file)
index e69de29..0000000
index c93bcc9..91d8c2b 100644 (file)
@@ -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.