www.nico.schottelius.org/software/gpm/browse_source/gpm-1.20.2-broken/autogen.sh
Nico Schottelius 95a46c5577 import gpm from unix.schottelius.org
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-10-08 22:52:35 +02:00

11 lines
189 B
Bash

#!/bin/sh
# Nico Schottelius <nico-gpm /-at--/ schottelius.org>
# 2006-08-27
#
set -e
echo "Running autotools ..."
aclocal -I m4
autoheader
autoconf
echo "Done! Now just run ./configure"