hplip: revert 2 previous commits; the error was in bootstrap.
This commit is contained in:
@@ -29,9 +29,6 @@ do_configure() {
|
|||||||
mv ${i}.temp ${i}
|
mv ${i}.temp ${i}
|
||||||
done
|
done
|
||||||
|
|
||||||
export AUTOMAKE='automake --foreign'
|
|
||||||
autoreconf --force --install
|
|
||||||
|
|
||||||
./configure ${CONFIGURE_SHARED_ARGS} --disable-gui-build \
|
./configure ${CONFIGURE_SHARED_ARGS} --disable-gui-build \
|
||||||
--disable-foomatic-rip-hplip-install \
|
--disable-foomatic-rip-hplip-install \
|
||||||
--enable-foomatic-ppd-install \
|
--enable-foomatic-ppd-install \
|
||||||
@@ -46,7 +43,7 @@ do_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user