]> git.pld-linux.org Git - packages/recode.git/blob - recode-ac.patch
df645d5adfc3d4d4f1924a7fad8d73377db54c3d
[packages/recode.git] / recode-ac.patch
1 --- recode-3.6/configure.in.orig        2012-10-21 10:45:16.803895982 +0200
2 +++ recode-3.6/configure.in     2012-10-21 10:58:36.950529071 +0200
3 @@ -15,7 +15,6 @@
4  AM_PROG_LIBTOOL
5  
6  AC_ISC_POSIX
7 -AM_C_PROTOTYPES
8  AC_C_CONST
9  AC_C_INLINE
10  ad_AC_PROG_FLEX
11 --- recode-3.6/src/Makefile.am.orig     2012-10-21 11:02:39.490518891 +0200
12 +++ recode-3.6/src/Makefile.am  2012-10-21 11:07:12.987174080 +0200
13 @@ -17,7 +17,7 @@
14  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
15  # 02111-1307, USA.
16  
17 -AUTOMAKE_OPTIONS = gnits ansi2knr
18 +AUTOMAKE_OPTIONS = gnits
19  bin_PROGRAMS = recode
20  lib_LTLIBRARIES = librecode.la
21  man_MANS = recode.1
22 --- recode-3.6/m4/flex.m4.orig  2000-06-28 16:39:06.000000000 +0200
23 +++ recode-3.6/m4/flex.m4       2012-10-21 11:40:05.783757954 +0200
24 @@ -15,4 +15,5 @@
25  else
26    AC_PROG_LEX
27    AC_DECL_YYTEXT
28 +  :
29  fi])
This page took 0.073359 seconds and 2 git commands to generate.