public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/enca/files: enca-1.14-automake-1.13.patch
@ 2013-04-26 20:29 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2013-04-26 20:29 UTC (permalink / raw
  To: gentoo-commits

pva         13/04/26 20:29:34

  Added:                enca-1.14-automake-1.13.patch
  Log:
  Fix build problem with automake 1.13
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key F1989B07)

Revision  Changes    Path
1.1                  app-i18n/enca/files/enca-1.14-automake-1.13.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/files/enca-1.14-automake-1.13.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/files/enca-1.14-automake-1.13.patch?rev=1.1&content-type=text/plain

Index: enca-1.14-automake-1.13.patch
===================================================================
diff --git a/configure.ac b/configure.ac
index 956763d..6a624ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_CONFIG_FILES( \
   test/Makefile \
   tools/Makefile)
 
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([1.8 gnits check-news dist-bzip2])
 AM_ACLOCAL_INCLUDE(m4)
 AM_MAINTAINER_MODE
@@ -40,7 +40,7 @@ AC_GNU_SOURCE
 AC_AIX
 AC_ISC_POSIX
 AC_PROG_LIBTOOL
-AM_PROG_CC_STDC
+AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_LN_S
diff --git a/m4/typevar.m4 b/m4/typevar.m4
index ce9578d..66077eb 100644
--- a/m4/typevar.m4
+++ b/m4/typevar.m4
@@ -6,7 +6,6 @@
 ##   defined in errno.h
 AC_DEFUN([ye_CHECK_VAR_PROGRAM_INVOCATION_SHORT_NAME],
 [AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([AM_PROG_CC_STDC])dnl
 dnl
 
 dnl Check for program_invocation_short_name (present on GNU systems only?)





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-26 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26 20:29 [gentoo-commits] gentoo-x86 commit in app-i18n/enca/files: enca-1.14-automake-1.13.patch Peter Volkov (pva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox