Index: trunk/Ohana/Configure.in
===================================================================
--- trunk/Ohana/Configure.in	(revision 6706)
+++ trunk/Ohana/Configure.in	(revision 10298)
@@ -3,6 +3,6 @@
 # this is the location of the package
 # change this to match your location of the source
-ROOT    = ROOTDIR
-ARCH    = ARCHVAL
+ROOT    = @ROOTDIR@
+ARCH    = @ARCHVAL@
 
 # destination directories:
@@ -12,20 +12,16 @@
 # LBIN	= PREFIX/bin/$(ARCH)
 
-LBIN	= BINDIR
-LINC	= INCDIR
-LLIB	= LIBDIR
-LMAN	= MANDIR
-LHLP	= HELPDIR
-
-# X include and lib directories
-# put your X paths here if they are not automatically included (they
-# seem to be ok on most linux distributions)
-XINC    = XINCDIR
-XLIB    = XLIBDIR
-TLIB    = TLIBFLAG
+BINDIR	= @BINDIR@
+INCDIR	= @INCDIR@
+LIBDIR	= @LIBDIR@
+MANDIR	= @MANDIR@
+HELPDIR	= @HELPDIR@
 
 # prefered C compiler
 # CC = gcc -g -DOHANA_MEMORY -Wall -Werror
-CC   = gcc OPTFLAGS
+CC = gcc @OPTFLAGS@
+INCDIRS = @INCDIRS@
+LIBDIRS = @LIBDIRS@
+LIBFLAGS = @LIBFLAGS@
 
 # select the appropriate version of ranlib
