Index: trunk/Ohana/Configure.in
===================================================================
--- trunk/Ohana/Configure.in	(revision 4690)
+++ trunk/Ohana/Configure.in	(revision 5899)
@@ -10,9 +10,11 @@
 # if you use a different toplevel directory than $(ROOT), you might 
 # need to copy the include files in $(ROOT)/include by hand to the destination
-LBIN	= PREFIX/bin/$(ARCH)
-LINC	= PREFIX/include/$(ARCH)
-LLIB	= PREFIX/lib/$(ARCH)
-LMAN	= PREFIX/man/man1
-LHLP	= PREFIX/help
+# LBIN	= PREFIX/bin/$(ARCH)
+
+LBIN	= BINDIR
+LINC	= INCDIR
+LLIB	= LIBDIR
+LMAN	= MANDIR
+LHLP	= HELPDIR
 
 # X include and lib directories
@@ -24,5 +26,5 @@
 # prefered C compiler
 # CC = gcc -g -DOHANA_MEMORY -Wall -Werror
-CC   = gcc -g -O1
+CC   = gcc OPTFLAGS
 
 # select the appropriate version of ranlib
