summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-02 12:29:26 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-03-02 12:29:26 +0000
commit0441c8dbc360f22f541cd23e9d3aadeadad24f92 (patch)
tree0c7e101fc672f086cc706afe639db1b53c453b24 /configure.ac
parentFix build with C++11 (diff)
downloadinkscape-0441c8dbc360f22f541cd23e9d3aadeadad24f92.tar.gz
inkscape-0441c8dbc360f22f541cd23e9d3aadeadad24f92.zip
Fix autotools deprecation warnings
(bzr r12167)
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 d32a3018d..d4ebad20e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([dist-zip dist-bzip2 tar-pax])
+AM_INIT_AUTOMAKE([-Wall dist-zip dist-bzip2 tar-pax])
AC_ARG_ENABLE([lsb], AS_HELP_STRING([--enable-lsb], [LSB-compatible build configuration]), [
prefix=/opt/inkscape
@@ -33,7 +33,6 @@ AC_LANG(C++)
AC_PROG_CXX
AC_PROG_CC
AM_PROG_AS
-AC_PROG_RANLIB
# Initialize libtool
LT_PREREQ([2.2])
LT_INIT