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 configur...


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog configur...
Date: Thu, 08 Jan 2009 22:46:26 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   09/01/08 22:46:26

Modified files:
        gnun/server/gnun: ChangeLog configure.ac 

Log message:
        Exit with an error if GNU make is missing.  Don't
        include the checks for sed and egrep in the results.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.117&r2=1.118
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/configure.ac?cvsroot=trans-coord&r1=1.6&r2=1.7

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -b -r1.117 -r1.118
--- ChangeLog   8 Dec 2008 16:17:46 -0000       1.117
+++ ChangeLog   8 Jan 2009 22:46:24 -0000       1.118
@@ -1,3 +1,8 @@
+2009-01-09  Yavor Doganov  <address@hidden>
+
+       * configure.ac: Exit with an error if GNU make is missing.  Don't
+       include the checks for sed and egrep in the results.
+
 2008-12-08  Yavor Doganov  <address@hidden>
 
        * configure.ac: Post-release version bump.

Index: configure.ac
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/configure.ac,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- configure.ac        8 Dec 2008 16:17:46 -0000       1.6
+++ configure.ac        8 Jan 2009 22:46:25 -0000       1.7
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2009 Free Software Foundation, Inc.
 
 # This file is part of GNUnited Nations.
 
@@ -35,6 +35,8 @@
 # override them both via `configure' and `make' when building
 # translations.
 CHECK_GNU_MAKE
+AS_IF([test "$ifGNUmake" != ""],
+      [AC_MSG_ERROR([GNU make is required for basic operations.])])
 
 AC_ARG_VAR([AWK], [the `awk' program])
 AX_CHECK_AWK_GSUB([decent_awk=yes])
@@ -129,8 +131,7 @@
 cat <<EOF
 m4_text_box([Results])
 EOF
-AS_IF([test "$ifGNUmake" = "" && test "$decent_awk" = yes \
-   && test "$SED" != "" && test "$EGREP" != "" && test "$M4" != "" \
+AS_IF([test "$decent_awk" = yes && test "$M4" != "" \
    && test "$MSGFMT" != "" && test "$MSGMERGE" != "" \
    && test "$GUILE" != "" && test "$gnun_cv_recent_po4a" = yes \
    && test "$have_mail" = yes && test "$CVS" != "" \




reply via email to

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