hplip: revert 2 previous commits; the error was in bootstrap.
This commit is contained in:
parent
35b3e8d1b4
commit
70ec30b6df
1 changed files with 1 additions and 4 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue