From: Iustin Pop Date: Thu, 19 Jul 2007 13:58:31 +0000 (+0000) Subject: Rename the config dir to autotools X-Git-Tag: v1.2b1~99 X-Git-Url: http://git.ganeti.org/?p=ganeti-github.git;a=commitdiff_plain;h=16ebf761bf0d81a3239396a5969a37cd85054806 Rename the config dir to autotools --- diff --git a/Makefile.am b/Makefile.am index 21a7c7d..fa3a0a5 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 cdb14ff..a1f2bf5 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 66fe35e..6cfcf5d 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.