pier 02/05/03 05:06:34
Modified: webapp/support wa_exec.m4
Log:
Get back to the original directory before exiting (configure will complain
it can't find a file otherwise)
Revision Changes Path
1.3 +2 -1 jakarta-tomcat-connectors/webapp/support/wa_exec.m4
Index: wa_exec.m4
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/support/wa_exec.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wa_exec.m4 1 May 2002 18:12:47 -0000 1.2
+++ wa_exec.m4 3 May 2002 12:06:34 -0000 1.3
@@ -57,7 +57,7 @@
dnl --------------------------------------------------------------------------
dnl Author Pier Fumagalli <[EMAIL PROTECTED]>
-dnl Version $Id: wa_exec.m4,v 1.2 2002/05/01 18:12:47 pier Exp $
+dnl Version $Id: wa_exec.m4,v 1.3 2002/05/03 12:06:34 pier Exp $
dnl --------------------------------------------------------------------------
dnl --------------------------------------------------------------------------
@@ -87,6 +87,7 @@
set $2
wa_exec_file=[$]1
if test ! -x "${wa_exec_file}" ; then
+ cd "${wa_exec_curdir}"
AC_MSG_ERROR([cannot find or execute \"${wa_exec_file}\" in \"$4\"])
exit 1
fi
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>