summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-08-30 11:27:50 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-08-30 11:28:47 +0200
commit8fa2996a51757086a00eafc23ad3650ea223e79d (patch)
treef793d2e4be693c387781901b4fb3ad68e99538e0 /configure.ac
parent4b39f327527bcea6c5250b85eae66d26159cf761 (diff)
downloadspice-gtk-8fa2996a51757086a00eafc23ad3650ea223e79d.tar.gz
spice-gtk-8fa2996a51757086a00eafc23ad3650ea223e79d.tar.xz
spice-gtk-8fa2996a51757086a00eafc23ad3650ea223e79d.zip
Move AM_PROG_AR before LT_INIT call
The other way round generates warnings: configure.ac:14: warning: LT_INIT was called before AM_PROG_AR aclocal.m4:1015: AM_PROG_AR is expanded from...
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 70897cb..4a220d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,11 +8,10 @@ AM_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign dist-bzip2 -Wall -Werror])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT
AM_MAINTAINER_MODE
-m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
-
IT_PROG_INTLTOOL([0.40.0])
GETTEXT_PACKAGE=spice-gtk
AC_SUBST(GETTEXT_PACKAGE)