After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 508997 - make dist fails on svn trunk
make dist fails on svn trunk
Status: RESOLVED OBSOLETE
Product: epiphany
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-12 18:17 UTC by Christopher Aillon
Modified: 2009-01-24 03:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christopher Aillon 2008-01-12 18:17:23 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
Comment 1 Christopher Aillon 2008-01-12 18:18:09 UTC
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.
Comment 2 Xan Lopez 2009-01-24 03:12:45 UTC
OBSOLETE now that we don't have a mozilla backend anymore