summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2013-02-04 15:15:44 +0100
committerMichal Privoznik <mprivozn@redhat.com>2013-02-04 15:15:44 +0100
commit0c212ee8ca0ea937b425fdf1a4b2a1bf9fb806ca (patch)
tree577d2ecaabd1dc38d7afb5430f5cc66ef60fe40f
parentbd84ea26ea94ba716ca60261e9f2059bf5806310 (diff)
downloadvirt-viewer-0c212ee8ca0ea937b425fdf1a4b2a1bf9fb806ca.tar.gz
virt-viewer-0c212ee8ca0ea937b425fdf1a4b2a1bf9fb806ca.tar.xz
virt-viewer-0c212ee8ca0ea937b425fdf1a4b2a1bf9fb806ca.zip
configure: Update with autoupdate
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 28c7bd3..30c2042 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT(virt-viewer, 0.5.4)
+AC_INIT([virt-viewer],[0.5.4])
AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
@@ -36,7 +36,7 @@ AM_CONDITIONAL([OS_WIN32],[test "$os_win32" = "yes"])
AC_PROG_CC
AM_PROG_CC_C_O
-AC_PROG_LIBTOOL
+LT_INIT
AC_CHECK_PROGS(ICOTOOL, [icotool], [icotool])
@@ -196,7 +196,7 @@ if test "x$have_gtk_vnc" != "xyes" && test "x$have_spice_gtk" != "xyes"; then
AC_MSG_ERROR([At least one of spice or vnc must be used])
fi
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
data/Makefile
data/virt-viewer.nsis
@@ -216,6 +216,7 @@ AC_OUTPUT([
src/virt-viewer.rc
virt-viewer.spec
])
+AC_OUTPUT
AC_MSG_NOTICE([])
AC_MSG_NOTICE([Configuration summary])