about summary refs log tree commit diff
path: root/autogen.sh
blob: 8a0a56f4de323d46da36d285115b9f350bc72da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# $Id: autogen.sh,v 1.4 2003/01/11 15:35:47 alex Exp $
#

aclocal && \
 autoheader && \
 automake --add-missing && \
 autoconf && \
 echo "Okay, autogen.sh war erfolgreich."

# -eof-