aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.rc
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.rc')
-rw-r--r--autogen.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.rc b/autogen.rc
index 1759ef93..6d6ea93f 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -11,4 +11,4 @@ case "$myhost" in
esac
-final_info="./configure --enable-maintainer-mode && make"
+final_info="mkdir build && cd build && ../configure --enable-maintainer-mode && make"