hplip: revert 2 previous commits; the error was in bootstrap.
This commit is contained in:
parent
35b3e8d1b4
commit
70ec30b6df
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue