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.06.18.00.56.22; author cworth; state Exp; branches 1.1.1.1; next ; commitid 3e1642b3712f4567; 1.1.1.1 date 2005.06.18.00.56.22; author cworth; state Exp; branches ; next ; commitid 3e1642b3712f4567; desc @@ 1.1 log @Initial revision @ text @AC_INIT(src/svg2pdf.c) dnl =========================================================================== SVG2PDF_VERSION=0.1.3 AC_SUBST(SVG2PDF_VERSION) dnl =========================================================================== AM_INIT_AUTOMAKE(svg2pdf, $SVG2PDF_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(SVG2PDF, 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 SVG2PDF_CFLAGS="$SVG2PDF_CFLAGS $WARN_CFLAGS" AC_SUBST(SVG2PDF_CFLAGS) AC_SUBST(SVG2PDF_LIBS) dnl =========================================================================== AC_OUTPUT([ Makefile src/Makefile doc/Makefile ]) @ 1.1.1.1 log @Initial import of svg2pdf. @ text @@