head 1.1; branch 1.1.1; access ; symbols start:1.1.1.1 cworth:1.1.1; locks ; strict; comment @# @; 1.1 date 2005.08.24.10.02.30; author cworth; state Exp; branches 1.1.1.1; next ; commitid 488d430c45ab4567; 1.1.1.1 date 2005.08.24.10.02.30; author cworth; state Exp; branches ; next ; commitid 488d430c45ab4567; desc @@ 1.1 log @Initial revision @ text @AC_INIT(src/svg2ps.c) dnl =========================================================================== SVG2PDF_VERSION=0.1.3 AC_SUBST(SVG2PS_VERSION) dnl =========================================================================== AM_INIT_AUTOMAKE(svg2ps, $SVG2PS_VERSION) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE AC_ISC_POSIX AC_PROG_CC AC_PROG_CPP AC_PROG_AWK AC_STDC_HEADERS dnl =========================================================================== PKG_CHECK_MODULES(SVG2PS, libsvg-cairo >= 0.1.6) dnl Use lots of warning flags with GCC WARN_CFLAGS="" if test "x$GCC" = "xyes"; then WARN_CFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations \ -Wnested-externs -fno-strict-aliasing" fi SVG2PS_CFLAGS="$SVG2PS_CFLAGS $WARN_CFLAGS" AC_SUBST(SVG2PS_CFLAGS) AC_SUBST(SVG2PS_LIBS) dnl =========================================================================== AC_OUTPUT([ Makefile src/Makefile doc/Makefile ]) @ 1.1.1.1 log @Initial import of svg2ps. @ text @@