head 1.5; access; symbols SNAPSHOT_0_1_4:1.5 SNAPSHOT_0_1_3:1.4 SNAPSHOT_0_1_2:1.3 start:1.1.1.1 isi:1.1.1; locks; strict; comment @# @; 1.5 date 2005.02.16.23.11.30; author cworth; state Exp; branches; next 1.4; 1.4 date 2004.03.31.03.14.36; author cworth; state Exp; branches; next 1.3; 1.3 date 2003.11.06.21.40.37; author cworth; state Exp; branches; next 1.2; 1.2 date 2003.10.29.01.23.52; author cworth; state Exp; branches; next 1.1; 1.1 date 2002.10.23.21.19.43; author cworth; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.10.23.21.19.43; author cworth; state Exp; branches; next ; desc @@ 1.5 log @ * autogen.sh: Call all autotool commands through environment variables. Thanks to Rui Lopes. * NEWS: Fix typo in release date. @ text @#!/bin/sh # Run this to generate all the initial makefiles, etc. set -e LIBTOOLIZE=${LIBTOOLIZE-libtoolize} LIBTOOLIZE_FLAGS="--copy --force" ACLOCAL=${ACLOCAL-aclocal} AUTOHEADER=${AUTOHEADER-autoheader} AUTOMAKE=${AUTOMAKE-automake} AUTOMAKE_FLAGS="--add-missing" AUTOCONF=${AUTOCONF-autoconf} PKG_NAME=libsvg ARGV0=$0 if test -z "$*"; then echo "$ARGV0: Note: \`./configure' will be run with no arguments." echo " If you wish to pass any to it, please specify them on the" echo " \`$0' command line." echo fi do_cmd() { echo "$ARGV0: running \`$@@'" $@@ } do_cmd $LIBTOOLIZE $LIBTOOLIZE_FLAGS do_cmd $ACLOCAL $ACLOCAL_FLAGS do_cmd $AUTOHEADER do_cmd $AUTOMAKE $AUTOMAKE_FLAGS do_cmd $AUTOCONF do_cmd ./configure --enable-maintainer-mode $@@ && echo "Now type \`make' to compile $PKG_NAME" || exit 1 @ 1.4 log @Allow libtoolize binary name to be overriden with LIBTOOLIZE environment variable @ text @d7 6 d29 1 a29 1 do_cmd ${LIBTOOLIZE} --force --copy d31 1 a31 1 do_cmd aclocal d33 1 a33 1 do_cmd autoheader d35 1 a35 1 do_cmd automake --add-missing d37 1 a37 1 do_cmd autoconf @ 1.3 log @ + + * configure.in: Bump version number to 0.1.1 to indicate change in + svg_parse_file and addition of svg_parse. + + * src/svg.c (svg_parse_file): Add support for parsing an open + "FILE *" stream. Many thanks to John Ellson + for this addition. + (svg_parse): New svg_parse function takes the place of the old + svg_parse_file. + + * autogen.sh (PKG_NAME): Add "--enable-maintainer-mode" to + configure line. @ text @d6 2 d23 1 a23 1 do_cmd libtoolize --force --copy @ 1.2 log @Use automake instead of automake-1.4 @ text @d31 1 a31 1 do_cmd ./configure $@@ && echo "Now type \`make' to compile $PKG_NAME" || exit 1 @ 1.1 log @Initial revision @ text @d23 1 a23 1 do_cmd aclocal-1.4 d27 1 a27 1 do_cmd automake-1.4 --add-missing @ 1.1.1.1 log @Initial commit of libsvg. @ text @@