qperf/autogen.sh

10 lines
159 B
Bash
Raw Normal View History

2007-10-23 13:36:27 +04:00
#!/bin/sh
2007-10-26 04:07:31 +04:00
set -x
2008-02-03 06:03:19 +03:00
for f in NEWS README ChangeLog; do
2007-10-29 08:48:11 +03:00
[ -e "$f" ] || touch "$f"
done
2008-02-04 01:10:07 +03:00
aclocal &&
automake --foreign --add-missing --copy &&
autoconf