forked from pool/gettext-runtime
5a40832fd0
OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=56
26 lines
942 B
Diff
26 lines
942 B
Diff
Index: gettext-runtime/configure.ac
|
|
===================================================================
|
|
--- gettext-runtime/configure.ac.orig 2010-06-06 14:49:57.000000000 +0200
|
|
+++ gettext-runtime/configure.ac 2012-07-02 13:03:41.782082463 +0200
|
|
@@ -30,6 +30,7 @@ test "$docdir" != '${datarootdir}/doc/${
|
|
|
|
dnl Checks for programs.
|
|
AC_PROG_CC
|
|
+AM_PROG_CC_C_O
|
|
AC_PROG_INSTALL
|
|
AC_PROG_YACC
|
|
|
|
Index: gettext-runtime/m4/po.m4
|
|
===================================================================
|
|
--- gettext-runtime/m4/po.m4.orig 2010-06-06 14:49:57.000000000 +0200
|
|
+++ gettext-runtime/m4/po.m4 2012-07-02 13:04:05.086995921 +0200
|
|
@@ -24,7 +24,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
|
|
[
|
|
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
|
|
AC_REQUIRE([AC_PROG_INSTALL])dnl
|
|
- AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
|
|
+ AC_REQUIRE([AC_PROG_MKDIR_P])
|
|
AC_REQUIRE([AM_NLS])dnl
|
|
|
|
dnl Release version of the gettext macros. This is used to ensure that
|