[packages/links2] - autoconf fixes

witekfl witekfl at pld-linux.org
Sat Apr 6 21:19:22 CEST 2013


commit fcf571d02ebf7b5ab30cf9ec0fd4b56b198c11a8
Author: witekfl <witekfl at poczta.onet.pl>
Date:   Sat Apr 6 21:16:20 2013 +0200

    - autoconf fixes

 ac_config_headers.patch | 11 +++++++++++
 ac_prog_cxx.patch       | 11 +++++++++++
 2 files changed, 22 insertions(+)
---
diff --git a/ac_config_headers.patch b/ac_config_headers.patch
new file mode 100644
index 0000000..448d82c
--- /dev/null
+++ b/ac_config_headers.patch
@@ -0,0 +1,11 @@
+--- links-2.7/configure.in.old	2013-04-06 20:22:33.003959516 +0200
++++ links-2.7/configure.in	2013-04-06 20:22:48.727535993 +0200
+@@ -14,7 +14,7 @@ AUTOMAKE="./missing automake"
+ AUTOHEADER="./missing autoheader"
+ image_formats="GIF PNG XBM"
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ 
+ dnl Checks for programs.
+ AC_PROG_CC
diff --git a/ac_prog_cxx.patch b/ac_prog_cxx.patch
new file mode 100644
index 0000000..571bfa8
--- /dev/null
+++ b/ac_prog_cxx.patch
@@ -0,0 +1,11 @@
+--- links-2.7/configure.in.old	2013-04-06 20:56:02.641704629 +0200
++++ links-2.7/configure.in	2013-04-06 20:56:18.208612038 +0200
+@@ -18,7 +18,7 @@ AC_CONFIG_HEADERS(config.h)
+ dnl Checks for programs.
+ AC_PROG_CC
+ 
+-#AC_PROG_CXX
++AC_PROG_CXX
+ #AC_PROG_AWK
+ #AM_PROG_LEX
+ #AC_PROG_YACC
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/links2.git/commitdiff/1c1c38267387b95a60f5ff36e9d0a546ca24d515



More information about the pld-cvs-commit mailing list