www.nico.schottelius.org/software/gpm/browse_source/gpm-1.20.2-broken/autogen.sh

12 lines
189 B
Bash
Raw Normal View History

#!/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"