> What I suggest is to consider to start with something really small -- no more 
> than 10 or 20 lines of changes *maximum* so that it is something that we can 
> easily determine what the consequences will be.

Do you find the appended little adjustment acceptable?

Regards,
Markus
>From 82d154e1eb87528eddd2d0eabfd0db1d0a352016 Mon Sep 17 00:00:00 2001
From: Markus Elfring <elfr...@users.sourceforge.net>
Date: Sun, 27 Dec 2009 19:49:07 +0100
Subject: [PATCH 2/2] Bug #1415: use the documented macro "AC_CONFIG_HEADERS"

The use of the macro "AC_CONFIG_HEADER" is currently not documented any more.
---
 bacula/autoconf/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in
index 71bcfef..331c957 100644
--- a/bacula/autoconf/configure.in
+++ b/bacula/autoconf/configure.in
@@ -12,7 +12,7 @@ cd ${BUILD_DIR}
 AC_SUBST(BUILD_DIR)
 AC_SUBST(TOP_DIR)
 AC_CONFIG_AUX_DIR(${BUILD_DIR}/autoconf)
-AC_CONFIG_HEADER(src/config.h:autoconf/config.h.in)
+AC_CONFIG_HEADERS([src/config.h:autoconf/config.h.in])
 
 dnl minimal Win32 stuff for "make clean"
 WIN32BUILDDIR=${BUILD_DIR}/src/win32
-- 
1.6.5.7

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to