From 16ebf761bf0d81a3239396a5969a37cd85054806 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Thu, 19 Jul 2007 13:58:31 +0000
Subject: [PATCH] Rename the config dir to autotools

---
 Makefile.am  | 2 +-
 autogen.sh   | 2 +-
 configure.ac | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 21a7c7d72..fa3a0a5d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 # standard automake rules
 
 SUBDIRS = man lib scripts daemons docs testing tools
-EXTRA_DIST = ganeti.initd
+EXTRA_DIST = docs/examples/ganeti.initd
 
 # custom rules
 depgraph: depgraph.png
diff --git a/autogen.sh b/autogen.sh
index cdb14ff07..a1f2bf56b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ fi
 set -e
 
 rm -rf config.cache autom4te.cache
-mkdir -p config
+mkdir -p autotools
 
 aclocal-1.9
 autoconf
diff --git a/configure.ac b/configure.ac
index 66fe35e96..6cfcf5d7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.59)
 AC_INIT(ganeti, 1.2a, ganeti@googlegroups.com)
-AC_CONFIG_AUX_DIR(config)
+AC_CONFIG_AUX_DIR(autotools)
 AM_INIT_AUTOMAKE(foreign)
 
 # Checks for programs.
-- 
GitLab