aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-29 00:54:58 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-29 00:54:58 +0000
commitf25b110907c2efde91ac0e5645ea3b64b5933bc0 (patch)
tree0f83a6512c1a9a0bb414b261a41f10f4d9dab0df /configure.in
parentebf0ed08a7d6441098c8efd5616f4b3c406192d1 (diff)
Remove most of the OS X packaging files from the distribution. The
files in Resources/themes/Clearlooks-Quicksilver-OSX overrun the 99-character file name length limitation imposed by the default tar format (V7). We can fix this by - Feeding "tar-ustar" to AM_INIT_AUTOMAKE, which apparently means changing AM_INIT_AUTOMAKE(wireshark, x.y.z) in configure.in to AC_INIT(wireshark, x.y.z) AM_INIT_AUTOMAKE(tar-ustar) Although the automake documentation recommends this, it means updating make-version.pl and possibly other scripts. - Shortening everything in the Clearlooks-Quicksilver-OSX path. - Skipping tar distributions altogether in favor of zip. None of these fixes are trivial, and version 1.0 awaits. For now, you'll have to build OS X packages from SVN. svn path=/trunk/; revision=24752
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 10a17f9869..b9e85e7a52 100644
--- a/configure.in
+++ b/configure.in
@@ -1688,7 +1688,6 @@ AC_OUTPUT(
help/Makefile
packaging/Makefile
packaging/macosx/Info.plist
- packaging/macosx/Makefile
packaging/nsis/Makefile
packaging/rpm/Makefile
packaging/rpm/SPECS/Makefile