forked from pool/gettext-runtime
9d9fc0f81e
succeed on older distributions. - Rename po-mode.diff to gettext-po-mode.diff OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=62
14 lines
549 B
Diff
14 lines
549 B
Diff
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig 2010-06-06 14:49:57.000000000 +0200
|
|
+++ configure.ac 2012-09-24 17:28:10.184401496 +0200
|
|
@@ -22,7 +22,7 @@ AC_CONFIG_SRCDIR([gettext-tools/src/msgf
|
|
AC_CONFIG_AUX_DIR([build-aux])
|
|
. $srcdir/version.sh
|
|
gl_INIT_PACKAGE([gettext], [$VERSION_NUMBER])
|
|
-AM_INIT_AUTOMAKE([silent-rules])
|
|
+AM_INIT_AUTOMAKE()
|
|
|
|
dnl Override automake's tar command used for creating distributions.
|
|
am__tar='${AMTAR} chof - --owner=root --group=root "$$tardir"'
|