head 1.1; branch 1.1.1; access; symbols SNAPSHOT_0_1_3:1.1.1.1 SNAPSHOT_0_1_2:1.1.1.1 start:1.1.1.1 cairo:1.1.1; locks; strict; comment @# @; 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.1 log @Initial revision @ text @#!/bin/sh # Run this to generate all the initial makefiles, etc. set -e 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 aclocal do_cmd autoheader do_cmd automake --add-missing do_cmd autoconf do_cmd ./configure --enable-maintainer-mode $@@ && echo "Now type \`make' to compile" || exit 1 @ 1.1.1.1 log @Initial import of svg2png. @ text @@