summaryrefslogtreecommitdiff
path: root/server/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'server/autogen.sh')
-rwxr-xr-xserver/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/autogen.sh b/server/autogen.sh
index b30ef81..412286b 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"; \
- touch src/Makefile.am.test; automake --gnu --add-missing --copy; rm src/Makefile.am.test;\
+ automake --gnu --add-missing --copy;\
echo "done.") && \
(echo $_echo_n " + Running autoconf: $_echo_c"; \
autoconf; \