hplip: revert 2 previous commits; the error was in bootstrap.

This commit is contained in:
Juan RP 2013-01-08 11:54:16 +01:00
parent 35b3e8d1b4
commit 70ec30b6df

View File

@ -29,9 +29,6 @@ do_configure() {
mv ${i}.temp ${i}
done
export AUTOMAKE='automake --foreign'
autoreconf --force --install
./configure ${CONFIGURE_SHARED_ARGS} --disable-gui-build \
--disable-foomatic-rip-hplip-install \
--enable-foomatic-ppd-install \
@ -46,7 +43,7 @@ do_configure() {
}
do_build() {
make
make ${makejobs}
}
do_install() {