ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 25232: /trunk/ /trunk/: configure.in

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 5 May 2008 15:51:18 -0700

On May 5, 2008, at 10:06 AM, gerald@xxxxxxxxxxxxx wrote:

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25232

User: gerald
Date: 2008/05/05 10:06 AM

Log:
Have autoconf generate "ustar" tar files by default.

The automake tar-ustar option requires automake 1.9 or later, so I changed configure.in to check for that and updated autogen.sh to check for 1.9.

Using the tar-ustar option means that the OS X buildbot is failing, as it doesn't have automake 1.9 or later. (It was failing with a complaint that the tar-ustar option isn't supported; with my changes, it's now failing with a complaint that automake 1.9 or later isn't present.)