GNOME Bugzilla – Bug 508997
make dist fails on svn trunk
Last modified: 2009-01-24 03:12:45 UTC
% make dist ... Running automake-1.10... configure.ac:867: required file `xulapp/Makefile.in' not found configure.ac:867: required file `xulapp/application.ini.in' not found Makefile.am:4: required directory ./xulapp does not exist zsh: exit 1 ./autogen.sh --with-gecko=libxul-embedding --enable-gtk-doc I think this is because Makefile.am in the root dir contains: if WITH_XULRUNNER_ENGINE SUBDIRS += xulapp endif and configure.ac lists them in AC_CONFIG_FILES without prejudice
Note that I'm using asac's patch from http://bugzilla.gnome.org/show_bug.cgi?id=503657 but I don't believe that has any effect.
OBSOLETE now that we don't have a mozilla backend anymore