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, 27 Nov 2008 19:57:51 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/11/27 19:57:51

Modified files:
        gnun/server/gnun: ChangeLog configure.ac gnun-validate-html 
                          make-prototype make-prototype.in 

Log message:
        * make-prototype.in (help-message): Use PACKAGE_BUGREPORT.
        * configure.ac: Use bug-gnus as bug-reporting address.  Add -Wall
        as option to AM_INIT_AUTOMAKE.  Use AS_IF and m4_text_box for a
        slightly prettier output.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.112&r2=1.113
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/configure.ac?cvsroot=trans-coord&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun-validate-html?cvsroot=trans-coord&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/make-prototype?cvsroot=trans-coord&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/make-prototype.in?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.112
retrieving revision 1.113
diff -u -b -r1.112 -r1.113
--- ChangeLog   22 Nov 2008 21:29:08 -0000      1.112
+++ ChangeLog   27 Nov 2008 19:57:50 -0000      1.113
@@ -1,3 +1,10 @@
+2008-11-27  Yavor Doganov  <address@hidden>
+
+       * make-prototype.in (help-message): Use PACKAGE_BUGREPORT.
+       * configure.ac: Use bug-gnun as bug-reporting address.  Add -Wall
+       as option to AM_INIT_AUTOMAKE.  Use AS_IF and m4_text_box for a
+       slightly prettier output.
+
 2008-11-22  Yavor Doganov  <address@hidden>
 
        * Makefile.am (bin_SCRIPTS): Set to `gnun-validate-html'.

Index: configure.ac
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/configure.ac,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- configure.ac        21 Nov 2008 21:51:04 -0000      1.3
+++ configure.ac        27 Nov 2008 19:57:51 -0000      1.4
@@ -19,7 +19,7 @@
 
 AC_INIT([GNUnited Nations],
        [0.1],
-       address@hidden,
+       address@hidden,
        [gnun])
 
 AC_PREREQ([2.62])
@@ -27,7 +27,7 @@
 AC_CONFIG_SRCDIR([GNUmakefile])        
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([-Wall])
 
 # Checks for programs.  Missing some of them is not fatal, as the user
 # might want to use `make report' only, or some other limited
@@ -44,7 +44,7 @@
 AC_PROG_SED
 AC_ARG_VAR([GREP], [the `grep' program])
 AC_PROG_GREP
-AC_ARG_VAR([EGREP], [the `egrep' (`grep -E') program])
+AC_ARG_VAR([EGREP], [the `egrep' program])
 AC_PROG_EGREP
 
 AC_ARG_VAR([M4], [the M4 macro processor command])
@@ -127,18 +127,18 @@
 AC_OUTPUT
 
 # FIXME: This is ugly, inefficient and not informative.
-echo
-if test "$ifGNUmake" = "" && test "$decent_awk" = yes \
+cat <<EOF
+m4_text_box([Results])
+EOF
+AS_IF([test "$ifGNUmake" = "" && test "$decent_awk" = yes \
    && test "$SED" != "" && test "$EGREP" != "" && test "$M4" != "" \
    && test "$MSGFMT" != "" && test "$MSGMERGE" != "" \
    && test "$GUILE" != "" && test "$gnun_cv_recent_po4a" = yes \
    && test "$have_mail" = yes && test "$CVS" != "" \
-   && test "$have_xmllint" = yes ; then
-echo "This host is fully capable of building translations."
-else
-echo "Some programs are missing, or are not recent enough,"
-echo "so using this host to build translations will be unreliable."
-fi
+   && test "$have_xmllint" = yes],
+   [echo This host is fully capable of building translations.],
+   [echo "Some programs are missing, or are not recent enough,"
+    echo "so using this host to build translations will be unreliable."])
 echo
 echo "Type \"make\" to build the scripts and \"make install\" to install
 them along with the manual."

Index: gnun-validate-html
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/gnun-validate-html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- gnun-validate-html  22 Nov 2008 21:29:09 -0000      1.1
+++ gnun-validate-html  27 Nov 2008 19:57:51 -0000      1.2
@@ -35,7 +35,7 @@
       --version              Just print version info and return
       --help                 Print this usage information message
 
-Report bugs to address@hidden
+Report bugs to address@hidden
 EOF
 }
 

Index: make-prototype
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/make-prototype,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- make-prototype      22 Nov 2008 21:29:09 -0000      1.2
+++ make-prototype      27 Nov 2008 19:57:51 -0000      1.3
@@ -1,4 +1,4 @@
-#!/usr/bin/guile \
+#!/usr/bin/guile \                                     -*-scheme-*-
 -e main --debug -s
 !#
 ;; make-prototype.  Generated from make-prototype.in by configure.
@@ -48,7 +48,7 @@
    "      --version              Just print version info and return\n"
    "      --help                 Print this usage information message\n"
    "\n"
-   "Report bugs to address@hidden"))
+   "Report bugs to address@hidden"))
 
 (define option-grammar
   '((article (value #f))

Index: make-prototype.in
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/make-prototype.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- make-prototype.in   21 Nov 2008 21:51:04 -0000      1.1
+++ make-prototype.in   27 Nov 2008 19:57:51 -0000      1.2
@@ -1,4 +1,4 @@
address@hidden@ \
address@hidden@ \                                       -*-scheme-*-
 -e main --debug -s
 !#
 ;; @configure_input@
@@ -48,7 +48,7 @@
    "      --version              Just print version info and return\n"
    "      --help                 Print this usage information message\n"
    "\n"
-   "Report bugs to address@hidden"))
+   "Report bugs to @address@hidden"))
 
 (define option-grammar
   '((article (value #f))




reply via email to

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