isync/autogen.sh
Oswald Buddenhagen b10718cf20 - took over maintenance
- moved to sourceforge
- reorganized cvs structure
2002-12-28 03:05:43 +00:00

8 lines
85 B
Bash
Executable File

#! /bin/sh
# $Id$
set -e -v
aclocal
automake --add-missing
autoconf
./configure "$@"