summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in1
-rw-r--r--packaging/Makefile.am2
-rw-r--r--packaging/macosx/Makefile.am8
3 files changed, 9 insertions, 2 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
diff --git a/packaging/Makefile.am b/packaging/Makefile.am
index 15be1d5919..5860a8b391 100644
--- a/packaging/Makefile.am
+++ b/packaging/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = rpm svr4 macosx nsis
+SUBDIRS = rpm svr4 nsis
MAINTAINERCLEANFILES = \
Makefile.in
diff --git a/packaging/macosx/Makefile.am b/packaging/macosx/Makefile.am
index 945ee44c7d..5b2ba85e33 100644
--- a/packaging/macosx/Makefile.am
+++ b/packaging/macosx/Makefile.am
@@ -1,3 +1,11 @@
+#
+# This is currently disabled, since the contents of the
+# Clearlooks-Quicksilver-OSX directory exceed the 99-character file
+# name limit imposed by tar.
+#
+# To reenable this file, add "macosx" to SUBDIRS in ../Makefile.am and
+# add an entry for this Makefile.am to AC_SUBST in ../../configure.in.
+#
MAINTAINERCLEANFILES = \
Makefile.in