2002-06-29 03:01:49 +00:00
|
|
|
#!/bin/sh
|
2007-08-17 21:53:57 +00:00
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2002-06-29 03:01:49 +00:00
|
|
|
# Run this to generate all the initial makefiles, etc.
|
2007-08-17 21:55:24 +00:00
|
|
|
aclocal && \
|
|
|
|
autoheader && \
|
|
|
|
autoconf && \
|
|
|
|
automake --add-missing --copy
|