Require automake 1.9 or later; earlier versions don't support the
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 5 May 2008 21:48:32 +0000 (21:48 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 5 May 2008 21:48:32 +0000 (21:48 +0000)
"tar-ustar" option.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25241 f5534014-38df-0310-8fa8-9805f1628bb7

configure.in

index d624709aefbd508de9d9fe356c3bb3705ca2b98c..167affaa4259c76fe60790051c1d30e7c4a632ad 100644 (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