fwknop/autogen.sh
Damien Stuart deb85ddddf Total re-arrangement for autoconf/automake implementation.
git-svn-id: file:///home/mbr/svn/fwknop/trunk@12 510a4753-2344-4c79-9c09-4d669213fbeb
2008-12-21 19:11:51 +00:00

13 lines
153 B
Bash
Executable File

#!/bin/sh
#
# autogen.sh
#
# Run this script to generate all the initial makefiles, etc.
#
aclocal
libtoolize --automake
automake -a
autoconf
###EOF###