configure
changeset 6246 75451000349d
parent 6081 57d2fa5e3073
child 6339 1442701079e2
--- a/configure	Tue Mar 06 23:27:14 2007 +0000
+++ b/configure	Tue Mar 06 23:42:30 2007 +0000
@@ -1,5 +1,10 @@
 #!/bin/sh
 
+CONFIGURE_EXECUTABLE="$_"
+# On *nix systems those two are equal when ./configure is done
+if [ "$0" != "$CONFIGURE_EXECUTABLE" ]; then
+	CONFIGURE_EXECUTABLE="$CONFIGURE_EXECUTABLE $0"
+fi
 # Find out where configure is (in what dir)
 ROOT_DIR="`dirname $0`"
 ROOT_DIR="`cd $ROOT_DIR && pwd`"