head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2005.02.11.20.00.31; author krh; state Exp; branches; next 1.1; 1.1 date 2005.02.10.22.25.26; author cworth; state Exp; branches; next ; desc @@ 1.2 log @2005-02-11 Kristian Høgsberg * autogen.sh: Add aclocal invocation. * Makefile: Remove. @ text @#!/bin/sh # Run this to generate all the initial makefiles, etc. set -e ARGV0=`basename $0` ACLOCAL=${ACLOCAL-aclocal} AUTOMAKE=${AUTOMAKE-automake} AUTOMAKE_FLAGS="--add-missing" AUTOCONF=${AUTOCONF-autoconf} if test -z "$*"; then echo "$ARGV0: Note: \`./configure' will be run with default arguments." echo " If you wish to pass more, you may specify them on the" echo " \`$0' command line." echo fi do_cmd() { echo "$ARGV0: running \`$@@'" $@@ } do_cmd $ACLOCAL $ACLOCAL_FLAGS do_cmd $AUTOMAKE $AUTOMAKE_FLAGS do_cmd $AUTOCONF do_cmd ./configure --enable-maintainer-mode ${1+"$@@"} && echo "Now type \`make' to compile" || exit 1 @ 1.1 log @ * example/Makefile: Move examples into a nice self-contained directory with a Makefile. * src/svgslides.in: Add a simple binary named svgslides for running things, (it finds the stylesheet under prefix/share/svgslides). * configure.in: Autotool-ify everything. @ text @d7 1 d24 2 @