Pass --cache-file=config.cache and --disable-static to configure from

autogen.sh.
This commit is contained in:
Behdad Esfahbod 2006-06-21 19:57:40 -04:00
parent f5ee9557c3
commit 83a8a50735
2 changed files with 7 additions and 1 deletions

View file

@ -170,4 +170,4 @@ do_cmd $AUTOCONF
cd $ORIGDIR || exit 1
do_cmd $srcdir/configure --enable-maintainer-mode --enable-gtk-doc ${1+"$@"} && echo "Now type \`make' to compile" || exit 1
do_cmd $srcdir/configure --cache-file=config.cache --disable-static --enable-maintainer-mode --enable-gtk-doc ${1+"$@"} && echo "Now type \`make' to compile" || exit 1

View file

@ -238,6 +238,12 @@ DISTCLEANFILES = $(backend_pkgconfigs)
EXTRA_DIST = cairo-backend.pc.in
$(top_builddir)/config.h: $(top_srcdir)/config.h.in
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) config.h
cairo-features.h:
cd $(top_builddir) && ./config.status src/cairo-features.h
cairo.def: $(cairo_win32_api_headers)
(echo EXPORTS; \
cat $(cairo_win32_api_headers) | \