fwknop/autogen.sh
Damien Stuart e113cb7e8a Updates to allow for building libfko as a shared lib. (make use of libtool).
git-svn-id: file:///home/mbr/svn/fwknop/trunk@17 510a4753-2344-4c79-9c09-4d669213fbeb
2008-12-25 01:26:23 +00:00

14 lines
217 B
Bash
Executable File

#!/bin/sh
#
# autogen.sh
#
# Run this script to generate all the initial makefiles, etc.
#
aclocal -I config
libtoolize --automake --copy --force
autoheader
automake --add-missing --copy --foreign
autoconf
###EOF###