瀏覽代碼

We now need automake 1.9 or later

Automake 1.7 is too broken to even investigate why it broke at this point.
Nick Mathewson 11 年之前
父節點
當前提交
5db37bca3d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Makefile.am

+ 2 - 2
Makefile.am

@@ -4,8 +4,8 @@
 # See LICENSE for licensing information
 # See LICENSE for licensing information
 
 
 # "foreign" means we don't follow GNU package layout standards
 # "foreign" means we don't follow GNU package layout standards
-# 1.7 means we require automake vesion 1.7
-AUTOMAKE_OPTIONS = foreign 1.7 subdir-objects
+# 1.9 means we require automake vesion 1.9
+AUTOMAKE_OPTIONS = foreign 1.9 subdir-objects
 
 
 noinst_LIBRARIES=
 noinst_LIBRARIES=
 EXTRA_DIST=
 EXTRA_DIST=