From 810d18c9567cd21f30f3356ef97aedc0e164b562 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Wed, 7 Mar 2012 20:42:43 +0100 Subject: build: fix autogen message When running ./autogen.sh on a pristine git checkout, I got: libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. You should add the contents of '/usr/share/aclocal/intltool.m4' to 'aclocal.m4'. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 83f606f..82e0627 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ AC_INIT(virt-viewer, 0.5.2) AC_CONFIG_SRCDIR(src/virt-viewer-main.c) +AC_CONFIG_MACRO_DIR([m4]) AM_CONFIG_HEADER(config.h) dnl Make automake keep quiet about wildcards & other GNUmake-isms AM_INIT_AUTOMAKE([-Wno-portability]) -- cgit v1.2.3