fwknop/autogen.sh
Damien Stuart 65e11abc96 Added documentation stub.
git-svn-id: file:///home/mbr/svn/fwknop/trunk@18 510a4753-2344-4c79-9c09-4d669213fbeb
2008-12-25 04:11:06 +00:00

16 lines
215 B
Bash
Executable File

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