head 1.4; access; symbols SNAPSHOT_0_1_3:1.4 SNAPSHOT_0_1_2:1.3 start:1.1.1.1 cairo:1.1.1; locks; strict; comment @# @; 1.4 date 2005.06.15.22.39.47; author cworth; state Exp; branches; next 1.3; commitid 325f42b0ae324567; 1.3 date 2005.02.14.14.19.16; author cworth; state Exp; branches; next 1.2; 1.2 date 2005.01.20.16.39.15; author cworth; state Exp; branches; next 1.1; 1.1 date 2004.04.27.02.10.02; author cworth; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.04.27.02.10.02; author cworth; state Exp; branches; next ; desc @@ 1.4 log @ * NEWS: Add notes for 0.1.4. * configure.in: Increment SVG2PNG_VERSION to 0.1.3. * configure.in: Require libsvg-cairo >= 0.1.6. @ text @AC_INIT(src/svg2png.c) dnl =========================================================================== SVG2PNG_VERSION=0.1.3 AC_SUBST(SVG2PNG_VERSION) dnl =========================================================================== AM_INIT_AUTOMAKE(svg2png, $SVG2PNG_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(SVG2PNG, 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 SVG2PNG_CFLAGS="$SVG2PNG_CFLAGS $WARN_CFLAGS" AC_SUBST(SVG2PNG_CFLAGS) AC_SUBST(SVG2PNG_LIBS) dnl =========================================================================== AC_OUTPUT([ Makefile src/Makefile doc/Makefile ]) @ 1.3 log @ * NEWS: Add notes for 0.1.2. * configure.in: Increment version to 0.1.2. @ text @d5 1 a5 1 SVG2PNG_VERSION=0.1.2 d23 1 a23 1 PKG_CHECK_MODULES(SVG2PNG, libsvg-cairo >= 0.1.3) @ 1.2 log @ * src/svg2png.c: Track split-up of cairo.h. * configure.in: Add lots of warning flags when compiling with gcc. @ text @d5 1 a5 1 SVG2PNG_VERSION=0.1.1 @ 1.1 log @Initial revision @ text @d24 12 @ 1.1.1.1 log @Initial import of svg2png. @ text @@