diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-25 16:21:48 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-25 18:44:27 +0200 |
commit | 0fc0e4bd73c60c1cd742509a70cf79932def4ea5 (patch) | |
tree | 54905b1009d673a5333f56c3232738469147e872 /Makefile.am | |
parent | f482e7ea665938152518fe15cd71cfe882dd2b30 (diff) | |
download | libguestfs-0fc0e4bd73c60c1cd742509a70cf79932def4ea5.tar.gz libguestfs-0fc0e4bd73c60c1cd742509a70cf79932def4ea5.tar.xz libguestfs-0fc0e4bd73c60c1cd742509a70cf79932def4ea5.zip |
build: use only one m4/ directory
* Makefile.am (ACLOCAL_AMFLAGS): Specify only one include dir: m4.
* bootstrap: Tell gnulib-tool to put .m4 files in m4/, not gnulib/m4.
* autogen.sh: Move autoreconf from here into...
* bootstrap: ...here, so that it is run only when gnulib-tool is.
Also, tell it to skip the usual autopoint and libtoolize runs.
* m4/.gitignore: Update.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8fed9ec1..bbf23d90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4 +ACLOCAL_AMFLAGS = -I m4 SUBDIRS = gnulib/lib src daemon appliance fish po examples images \ gnulib/tests capitests regressions test-tool |