Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/exorcist/build


Modified Files:
        configure 


Log Message:
fix prefix

===================================================================
RCS file: /cvs/e/e17/proto/exorcist/build/configure,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- configure   21 Mar 2006 07:36:02 -0000      1.1
+++ configure   2 Apr 2006 20:17:08 -0000       1.2
@@ -91,11 +91,8 @@
 
 for opt
 do
-  optarg=`expr "x${ac_option}" : 'x[^=]*=\(.*\)'`
+  optarg=`expr "x${opt}" : 'x[^=]*=\(.*\)'`
   case "${opt}" in
-      --prefix=*)
-          prefix=$optarg
-          ;;
       -h | -help | --help)
           config_help
           ;;
@@ -236,7 +233,7 @@
 ################
 
 INSTALL=$INSTALL
-prefix=$prefix
+prefix=${prefix}
 exec_prefix=$exec_prefix
 bindir=$bindir
 libdir=$libdir




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to