summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-10 13:23:12 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-10 13:23:12 +0000
commitf277d5a33afaaa121957c0b8870200a44109a4d0 (patch)
tree476bfe911085a127925969fa7ebd2ceef52ae6be /configure
parent0873e0d2170db76241bf5afe812acead0d531b8e (diff)
Added few words in configure script and fixed cygwin compilation
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@316 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 8 insertions, 2 deletions
diff --git a/configure b/configure
index 2b077fff..e2645ac3 100755
--- a/configure
+++ b/configure
@@ -78,7 +78,13 @@ echo "export HOST_NAME := $HOST_NAME" >> build.mak
echo "export CC_NAME := $CC_NAME" >> build.mak
echo "export LINUX_POLL := $LINUX_POLL" >> build.mak
+touch user.mak
+
+echo
+echo "The configuration for current host has been written to 'build.mak'."
+echo "Customizations can be put in:"
+echo " - 'user.mak'"
+echo " - 'pjlib/include/pj/config_site.h'"
echo
-echo "You may review build.mak if you wish"
-echo "Done."
+echo "Next, run 'make dep && make clean && make'"