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 1 #! /bin/sh
2 2 autoreconf -v --install || exit 1
3   -./configure --enable-maintainer-mode "$@"
  3 +./configure "$@"
... ...
configure.ac
... ... @@ -13,7 +13,6 @@ AC_PROG_CC
13 13 AC_PROG_CXX
14 14 AC_PROG_MAKE_SET
15 15 AC_PROG_LIBTOOL
16   -AC_PROG_RANLIB
17 16  
18 17 # Checks for header files.
19 18 AC_HEADER_STDC
... ...