--- gimp-1.2.3-r2.ebuild Sat Sep 28 01:15:17 2002 +++ gimp-1.2.3-r3.ebuild Sat Sep 28 01:16:24 2002 @@ -45,20 +45,6 @@ chmod 0755 ${S}/config.rpath fi - echo ">>> Reconfiguring package..." - export WANT_AUTOMAKE_1_4=1 - export WANT_AUTOCONF_2_5=1 - automake --add-missing - autoreconf --install --symlink &> ${T}/autoreconf.log || ( \ - echo "DEBUG: working directory is: `pwd`" >>${T}/autoreconf.log - eerror "Reonfigure failed, please attatch the contents of:" - eerror - eerror " ${T}/autoreconf.log" - eerror - eerror "in your bugreport." - # we need an error here, else the ebuild do not die - exit 1 - ) || die "running autoreconf failed" touch plug-ins/common/gimp-1.2.3.tar.bz2 }