* improved e17 to not run configure twice * and so could clean some ugly cxx var stuff on the way, too git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3381 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -20,8 +20,7 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
enablecxx='--enable-cxx'
. $base/package/*/imlib2/e17.conf
preconf="$preconf
patch -p0 < $confdir/con.patch-manual"
var_append extraconfopt " " "--enable-cxx"
@ -14,5 +14,5 @@ fi
# needed since e17 is currently CVS checkout only ...
# and fixup the damn autogen.sh ...
preconf="sed -i s/$USER/stupid/ autogen.sh ; sh autogen.sh $enablecxx"
preconf="sed -i s/$USER/stupid/ autogen.sh ; NOCONFIGURE=1 sh autogen.sh"