isync/autogen.sh
Oswald Buddenhagen b535af4fc4 - make it work without SSL
- switch from -Ds in Makefile to config.h
- small header cleaup
2003-05-07 00:06:37 +00:00

9 lines
96 B
Bash
Executable File

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