trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trans-coord/gnun/server/gnun ChangeLog m4/ax_co...


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog m4/ax_co...
Date: Wed, 29 Apr 2009 14:45:05 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   09/04/29 14:45:05

Modified files:
        gnun/server/gnun: ChangeLog 
        gnun/server/gnun/m4: ax_compare_version.m4 

Log message:
        Avoid AC_PROG_AWK macro-in-body expansion; use AC_REQUIRE to handle
        correctly the dependency.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.141&r2=1.142
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/m4/ax_compare_version.m4?cvsroot=trans-coord&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -b -r1.141 -r1.142
--- ChangeLog   28 Apr 2009 15:55:35 -0000      1.141
+++ ChangeLog   29 Apr 2009 14:45:03 -0000      1.142
@@ -1,3 +1,8 @@
+2009-04-29  Yavor Doganov  <address@hidden>
+
+       * m4/ax_compare_version.m4: Avoid AC_PROG_AWK macro-in-body
+       expansion; use AC_REQUIRE to handle correctly the dependency.
+
 2009-04-28  Yavor Doganov  <address@hidden>
 
        Improve the build system.

Index: m4/ax_compare_version.m4
===================================================================
RCS file: 
/sources/trans-coord/trans-coord/gnun/server/gnun/m4/ax_compare_version.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- m4/ax_compare_version.m4    28 Apr 2009 15:55:36 -0000      1.1
+++ m4/ax_compare_version.m4    29 Apr 2009 14:45:04 -0000      1.2
@@ -1,3 +1,21 @@
+# -*- Autoconf -*-
+# Copyright (C) 2009 Free Software Foundation, Inc.
+
+# This file is part of GNUnited Nations.
+
+# GNUnited Nations is free software: you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+
+# GNUnited Nations is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with GNUnited Nations.  If not, see <http://www.gnu.org/licenses/>.
+
 # ===========================================================================
 #       http://www.nongnu.org/autoconf-archive/ax_compare_version.html
 # ===========================================================================
@@ -80,7 +98,7 @@
 
 dnl #########################################################################
 AC_DEFUN([AX_COMPARE_VERSION], [
-  AC_PROG_AWK
+  AC_REQUIRE([AC_PROG_AWK])dnl
 
   # Used to indicate true or false condition
   ax_compare_version=false




reply via email to

[Prev in Thread] Current Thread [Next in Thread]