(
   export PATH=/opt/lunar/gnome/2/bin:$PATH &&
   export PKG_CONFIG_PATH=/opt/lunar/gnome/2/lib/pkgconfig:$PKG_CONFIG_PATH &&
   
    ./configure --sysconfdir=/etc                               \
                --prefix=/opt/lunar/gnome/2			\
		--localstatedir=/var				\
		--infodir=/opt/lunar/gnome/2/share/info		\
		--mandir=/opt/lunar/gnome/2/share/man		\
                --with-python                                   \
                --with-guile                                    \
                --with-gda                                      \
                --with-bonobo                                   \
                --with-graphs                                   \
                $OPTS                                           && 

   default_make

) > $C_FIFO 2>&1
