We half-enabled the Mac OS X packaging stuff, which meant that we

weren't including in the tarball stuff the packaging/macosx/Makefile.in
file that that the configure script from the tarball was trying to
expand.  Add macosx to the list of directories in packaging/Makefile.am,
and update the comment in packaging/macosx/Makefile.am to reflect the
enabling of the OS X packaging stuff.

svn path=/trunk/; revision=25449
This commit is contained in:
Guy Harris 2008-06-13 16:52:45 +00:00
parent d1acd0ac9a
commit ff8881072b
2 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS = rpm svr4 nsis
SUBDIRS = macosx rpm svr4 nsis
MAINTAINERCLEANFILES = \
Makefile.in

View File

@ -1,10 +1,12 @@
#
# This is currently disabled, since the contents of the
# This was disabled at one point, since the contents of the
# Clearlooks-Quicksilver-OSX directory exceed the 99-character file
# name limit imposed by tar.
# name limit imposed by the old tar format. We now use ustar format,
# which doesn't have that limitation.
#
# 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.
# To re-disable this file, remove "macosx" to SUBDIRS in ../Makefile.am and
# remove the entries for this Makefile.am and Info.plist from AC_OUTPUT
# in ../../configure.in.
#
MAINTAINERCLEANFILES = \
Makefile.in