diff options
author | deva <deva> | 2009-12-17 13:34:55 +0000 |
---|---|---|
committer | deva <deva> | 2009-12-17 13:34:55 +0000 |
commit | 822b054ab20791370fc857e74fc81e4c05031285 (patch) | |
tree | d5e4f6d163777dcb38ff0a56b15847dda60e8835 /server/autogen.sh | |
parent | f74d220ba0723b38faeef5aeca39cd627dc3340d (diff) |
Script rearrangement + autogen hack (very ugly) to fix test bootstrap problem.
Diffstat (limited to 'server/autogen.sh')
-rwxr-xr-x | server/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/autogen.sh b/server/autogen.sh index 45ef969..8294559 100755 --- a/server/autogen.sh +++ b/server/autogen.sh @@ -62,7 +62,7 @@ aclocalinclude="$ACLOCAL_FLAGS"; \ autoheader; \ echo "done.") && \ (echo $_echo_n " + Running automake: $_echo_c"; \ - automake --gnu --add-missing --copy; \ + touch src/tests.make; automake --gnu --add-missing --copy; rm src/tests.make;\ echo "done.") && \ (echo $_echo_n " + Running autoconf: $_echo_c"; \ autoconf; \ |