From f277d5a33afaaa121957c0b8870200a44109a4d0 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 10 Mar 2006 13:23:12 +0000 Subject: 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 --- configure | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'configure') 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'" -- cgit v1.2.3