소스 검색

tweak autogen again

Kevin Bradley 3 년 전
부모
커밋
db5ceb7475
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      autogen.sh

+ 2 - 2
autogen.sh

@@ -1,6 +1,6 @@
-glibtoolize 
+autoreconf --install
+glibtoolize
 aclocal -I m4
 autoheader 
 automake --add-missing
 autoconf
-autoreconf --install