Created
April 26, 2012 08:13
-
-
Save hsanson/2497481 to your computer and use it in GitHub Desktop.
Canon LBP5910 build system patch for Ubuntu 11.10 (Oneric)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ur cndrvcups-lips4-2.20/allgen.sh cndrvcups-lips4-2.20.new/allgen.sh | |
--- cndrvcups-lips4-2.20/allgen.sh 2010-10-14 15:12:45.000000000 +0900 | |
+++ cndrvcups-lips4-2.20.new/allgen.sh 2011-05-31 04:20:25.816086627 +0900 | |
@@ -12,7 +12,7 @@ | |
cd cpca/cnpklib | |
cd .. | |
-./autogen.sh --prefix=${_prefix} --enable-static --disable-shared | |
+./autogen.sh --prefix=${_prefix} ## --enable-static --disable-shared | |
make | |
make install | |
diff -ur cndrvcups-lips4-2.20/cngplp/autogen.sh cndrvcups-lips4-2.20.new/cngplp/autogen.sh | |
--- cndrvcups-lips4-2.20/cngplp/autogen.sh 2010-07-08 18:30:49.000000000 +0900 | |
+++ cndrvcups-lips4-2.20.new/cngplp/autogen.sh 2011-05-31 04:20:48.616086625 +0900 | |
@@ -135,6 +135,7 @@ | |
automake --add-missing --gnu $am_opt | |
echo "Running autoconf ..." | |
autoconf | |
+ autoreconf -ifv | |
) | |
fi | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment