]> git.pld-linux.org Git - packages/links2.git/commitdiff
- autoconf fixes
authorwitekfl <witekfl@poczta.onet.pl>
Sat, 6 Apr 2013 19:16:20 +0000 (21:16 +0200)
committerwitekfl <witekfl@poczta.onet.pl>
Sat, 6 Apr 2013 19:16:20 +0000 (21:16 +0200)
ac_config_headers.patch [new file with mode: 0644]
ac_prog_cxx.patch [new file with mode: 0644]

diff --git a/ac_config_headers.patch b/ac_config_headers.patch
new file mode 100644 (file)
index 0000000..448d82c
--- /dev/null
@@ -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 (file)
index 0000000..571bfa8
--- /dev/null
@@ -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
This page took 0.135185 seconds and 4 git commands to generate.