[csw-devel] SF.net SVN: gar:[21303] csw/mgar/pkg/bacula/trunk/files/ 0001-Update-AC_INIT-use-to-make-configure-handle-docdir.patch

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Fri Jun 7 17:38:54 CEST 2013


Revision: 21303
          http://gar.svn.sourceforge.net/gar/?rev=21303&view=rev
Author:   wilbury
Date:     2013-06-07 15:38:54 +0000 (Fri, 07 Jun 2013)
Log Message:
-----------
bacula/trunk: Revert a patch file.

Added Paths:
-----------
    csw/mgar/pkg/bacula/trunk/files/0001-Update-AC_INIT-use-to-make-configure-handle-docdir.patch

Added: csw/mgar/pkg/bacula/trunk/files/0001-Update-AC_INIT-use-to-make-configure-handle-docdir.patch
===================================================================
--- csw/mgar/pkg/bacula/trunk/files/0001-Update-AC_INIT-use-to-make-configure-handle-docdir.patch	                        (rev 0)
+++ csw/mgar/pkg/bacula/trunk/files/0001-Update-AC_INIT-use-to-make-configure-handle-docdir.patch	2013-06-07 15:38:54 UTC (rev 21303)
@@ -0,0 +1,28 @@
+From 7abbac2b02f54436652774ec86107105ef220db8 Mon Sep 17 00:00:00 2001
+From: Ben Walton <bwalton at opencsw.org>
+Date: Wed, 13 Apr 2011 15:48:18 +0200
+Subject: [PATCH] correct the autoconf initializations
+
+Signed-off-by: Ben Walton <bwalton at opencsw.org>
+---
+ autoconf/configure.in |    3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/autoconf/configure.in b/autoconf/configure.in
+index 0ce9d94..45c623a 100644
+--- a/autoconf/configure.in
++++ b/autoconf/configure.in
+@@ -4,7 +4,8 @@ dnl Process this file with autoconf to produce a configure script.
+ dnl
+ dnl require a recent autoconf
+ AC_PREREQ(2.61)
+-AC_INIT(src/version.h)
++AC_INIT([bacula], [5.0.3])
++AC_CONFIG_SRCDIR(src/version.h)
+ BUILD_DIR=`pwd`
+ cd ..
+ TOP_DIR=`pwd`
+-- 
+1.7.3.2
+
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list