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