浏览代码

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