소스 검색

Pass arguments given to autogen on to configure. Let's hope this doesn't break things much

svn:r10742
Peter Palfrader 17 년 전
부모
커밋
a1e3b60d2d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      autogen.sh

+ 1 - 1
autogen.sh

@@ -4,4 +4,4 @@ aclocal && \
 	autoheader && \
 	autoconf && \
 	automake --add-missing --copy && \
-	if test x$NOCONF = x ; then ./configure; fi
+	if test x$NOCONF = x ; then ./configure "$@"; fi