public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng/files/3.4: syslog-ng-3.4.1-autotools.patch
@ 2013-05-08 19:59 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2013-05-08 19:59 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/05/08 19:59:08

  Added:                syslog-ng-3.4.1-autotools.patch
  Log:
  use patch instead of set for autotools fix
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

Revision  Changes    Path
1.1                  app-admin/syslog-ng/files/3.4/syslog-ng-3.4.1-autotools.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.4/syslog-ng-3.4.1-autotools.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/3.4/syslog-ng-3.4.1-autotools.patch?rev=1.1&content-type=text/plain

Index: syslog-ng-3.4.1-autotools.patch
===================================================================
diff -ru syslog-ng-3.4.1.orig/configure.in syslog-ng-3.4.1/configure.in
--- syslog-ng-3.4.1.orig/configure.in	2013-01-17 06:43:50.000000000 -0500
+++ syslog-ng-3.4.1/configure.in	2013-05-08 15:47:42.860150947 -0400
@@ -68,7 +68,7 @@
 pidfiledir='${localstatedir}'
 moduledir='${exec_prefix}/lib/syslog-ng'
 
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 
 dnl ***************************************************************************
 dnl Arguments
@@ -227,7 +227,6 @@
 dnl ***************************************************************************
 dnl Checks for programs.
 AC_PROG_CC
-AM_PROG_CC_STDC
 AC_PROG_CC_C99
 if test "x$ac_cv_prog_cc_c99" = "xno"; then
 	AC_MSG_ERROR("C99 standard compliant C compiler required. Try GCC 3.x or later.")
diff -ru syslog-ng-3.4.1.orig/modules/afmongodb/libmongo-client/configure.ac syslog-ng-3.4.1/modules/afmongodb/libmongo-client/configure.ac
--- syslog-ng-3.4.1.orig/modules/afmongodb/libmongo-client/configure.ac	2013-01-06 15:41:48.000000000 -0500
+++ syslog-ng-3.4.1/modules/afmongodb/libmongo-client/configure.ac	2013-05-08 15:48:09.275208195 -0400
@@ -15,7 +15,7 @@
 
 AC_CONFIG_MACRO_DIR([m4])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 
 AC_ARG_WITH([versioned-symbols], AC_HELP_STRING([--with-versioned-symbols],[Use versioned symbols]),[dnl
 vsymldflags="-Wl,--version-script,\${srcdir}/libmongo-client.ver -Wl,-O1"
@@ -24,7 +24,6 @@
 dnl ***************************************************************************
 dnl Checks for programs.
 AC_PROG_CC
-AM_PROG_CC_STDC
 AC_PROG_MAKE_SET
 PKG_PROG_PKG_CONFIG
 LT_INIT([shared])





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

only message in thread, other threads:[~2013-05-08 19:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 19:59 [gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng/files/3.4: syslog-ng-3.4.1-autotools.patch Michael Sterrett (mr_bones_)

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