소스 검색

Autotools settings adjustments

- removed maintainer-mode
- RANLIB useless
Stéphane Raimbault 16 년 전
부모
커밋
db78b0c81f
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      autogen.sh
  2. 0 1
      configure.ac

+ 1 - 1
autogen.sh

@@ -1,3 +1,3 @@
 #! /bin/sh
 autoreconf -v --install || exit 1
-./configure --enable-maintainer-mode "$@"
+./configure "$@"

+ 0 - 1
configure.ac

@@ -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