head 1.7; access; symbols SNAPSHOT_0_1_6:1.7 SNAPSHOT_0_1_5:1.6 SNAPSHOT_0_1_3:1.5 start:1.1.1.1 isi:1.1.1; locks; strict; comment @# @; 1.7 date 2005.02.16.23.12.51; author cworth; state Exp; branches; next 1.6; 1.6 date 2004.03.31.03.15.40; author cworth; state Exp; branches; next 1.5; 1.5 date 2003.12.05.17.35.43; author rworth; state Exp; branches; next 1.4; 1.4 date 2003.11.06.21.40.55; author cworth; state Exp; branches; next 1.3; 1.3 date 2003.10.29.01.23.23; author cworth; state Exp; branches; next 1.2; 1.2 date 2003.02.12.02.04.34; author cworth; state Exp; branches; next 1.1; 1.1 date 2002.10.23.21.20.11; author cworth; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.10.23.21.20.11; author cworth; state Exp; branches; next ; desc @@ 1.7 log @ * autogen.sh: Call all autotool commands through environment variables. Thanks to Rui Lopes. @ 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-cairo 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.6 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.5 log @ * Renamed libxsvg to libsvg-cairo libxsvg\ libsvg-cairo\ libxsvg.pc.in libsvg-cairo.pc.in src\ src\ xsvg.h svg-cairo.h xsvgversion.h.in svg-cairo_version.h.in xsvg.c svg_cairo.c xsvg_sprintf_alloc.c svg_cairo_sprintf_alloc.c xsvg_state.c svg_cairo_state.c xsvgint.h svg_cairo_internal.h * Above files: 'xsvg' changed to 'svg_cairo' * configure.in: Bump version to 0.1.2 because of rename Increment LT_REVISION=1 (was 0) because of rename * src/Makefile.am * Makefile.am * COPYING * NEWS * README * autogen.sh * configure.in * libsvg-cairo.pc.in: modified files because of rename (libxsvg to libsvg-cairo) @ text @d6 2 d23 1 a23 1 do_cmd libtoolize --force --copy @ 1.4 log @ + + * configure.in: Bump version to 0.1.1. Now requires libsvg >= 0.1.1 + + * src/xsvg.h: Change xsvg_parse_file and add xsvg_parse to match + updates in libsvg. + + * autogen.sh (PKG_NAME): Add --enable-maintainer-mode + @ text @d6 1 a6 1 PKG_NAME=libxsvg @ 1.3 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.2 log @Renamed libxrsvg to libxsvg. Lots of filename changes @ text @d23 1 a23 1 do_cmd aclocal-1.4 d27 1 a27 1 do_cmd automake-1.4 --add-missing @ 1.1 log @Initial revision @ text @d6 1 a6 1 PKG_NAME=libxrsvg @ 1.1.1.1 log @Initial commit of libxrsvg. @ text @@