소스 검색

use autoreconf instead of calling separate tools

this has been the correct way since a long time.

Pointed-out-by: Felipe Contreras <felipe.contreras@gmail.com>
Oswald Buddenhagen 11 년 전
부모
커밋
945e05cfdd
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      autogen.sh

+ 1 - 4
autogen.sh

@@ -1,7 +1,4 @@
 #! /bin/sh
 set -e -v
 make -f Makefile.am log
-aclocal
-autoheader
-automake --add-missing
-autoconf
+autoreconf -f -i