Skip to content

Commit

Permalink
Autotools settings adjustments
Browse files Browse the repository at this point in the history
- removed maintainer-mode
- RANLIB useless
  • Loading branch information
stephane committed Jan 21, 2010
1 parent 1799407 commit db78b0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion autogen.sh
@@ -1,3 +1,3 @@
#! /bin/sh
autoreconf -v --install || exit 1
./configure --enable-maintainer-mode "$@"
./configure "$@"
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -13,7 +13,6 @@ AC_PROG_CC
AC_PROG_CXX
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
AC_PROG_RANLIB

# Checks for header files.
AC_HEADER_STDC
Expand Down

0 comments on commit db78b0c

Please sign in to comment.