Commit db78b0c81fe77866f5a52f8d9f12fe84b0000ec5

Authored by Stéphane Raimbault
1 parent 17994074

Autotools settings adjustments

- removed maintainer-mode
- RANLIB useless
Showing 2 changed files with 1 additions and 2 deletions
autogen.sh
1 #! /bin/sh 1 #! /bin/sh
2 autoreconf -v --install || exit 1 2 autoreconf -v --install || exit 1
3 -./configure --enable-maintainer-mode "$@" 3 +./configure "$@"
configure.ac
@@ -13,7 +13,6 @@ AC_PROG_CC @@ -13,7 +13,6 @@ AC_PROG_CC
13 AC_PROG_CXX 13 AC_PROG_CXX
14 AC_PROG_MAKE_SET 14 AC_PROG_MAKE_SET
15 AC_PROG_LIBTOOL 15 AC_PROG_LIBTOOL
16 -AC_PROG_RANLIB  
17 16
18 # Checks for header files. 17 # Checks for header files.
19 AC_HEADER_STDC 18 AC_HEADER_STDC