The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libconfuse / 0001-fix-configure-ac.patch
1 configure: remove po/Makefile.in from AC_CONFIG_FILES
2
3 Since we are gettextizing the package, gettextize updates configure.ac
4 to add po/Makefile.in to AC_CONFIG_FILES>
5
6 Unfortunately, it's already present, and gettextize does not detect it,
7 and insists on adding its own. Later on, autoreconf barfs on the double
8 occurences.
9
10 As suggested by Arnout, just patch configure.ac to remove the
11 po/Makefile.in occurence, so gettextize can safely add its own
12
13 Reported-by: Arnout Vandecappelle <arnout@mind.be>
14 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
15 Cc: Alvaro Gamez <alvaro.gamez@hazent.com>
16
17 diff -durN libconfuse-V2_7.orig/configure.ac libconfuse-V2_7/configure.ac
18 --- libconfuse-V2_7.orig/configure.ac   2010-02-20 10:14:10.000000000 +0100
19 +++ libconfuse-V2_7/configure.ac        2014-07-17 00:19:18.816785340 +0200
20 @@ -49,7 +49,6 @@
21  AC_CONFIG_FILES([Makefile \
22                  src/Makefile \
23                  examples/Makefile \
24 -                 po/Makefile.in \
25                  m4/Makefile \
26                  tests/Makefile \
27                  doc/Makefile \