Require automake 1.9 or later; earlier versions don't support the

"tar-ustar" option.

svn path=/trunk/; revision=25241
This commit is contained in:
Guy Harris 2008-05-05 21:48:32 +00:00
parent 9cc9c92e75
commit f7c4c23945
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ dnl AC_CANONICAL_BUILD
dnl AC_CANONICAL_TARGET
AC_INIT(wireshark, 1.0.99)
AM_INIT_AUTOMAKE(tar-ustar)
AM_INIT_AUTOMAKE([1.9 tar-ustar])
AM_DISABLE_STATIC