ソースを参照

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