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

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

trans-coord/gnun/server/gnun make-prototype.in ...


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun make-prototype.in ...
Date: Mon, 03 Aug 2009 13:34:47 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   09/08/03 13:34:47

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

Log message:
        Factorize homepage URL in --help output.
        * configure.ac (AC_INIT): Add 5th argument.
        (AC_PREREQ): Bump to 2.63b.
        * Makefile.am (edit): Substitute @address@hidden
        * make-prototype.in (help-message):
        * gnun-validate-html.in (usage): Use @PACKAGE_URL@ for the
        homepage URL.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/make-prototype.in?cvsroot=trans-coord&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/make-prototype?cvsroot=trans-coord&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun-validate-html.in?cvsroot=trans-coord&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun-validate-html?cvsroot=trans-coord&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/configure.ac?cvsroot=trans-coord&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/Makefile.am?cvsroot=trans-coord&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.161&r2=1.162

Patches:
Index: make-prototype.in
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/make-prototype.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- make-prototype.in   26 Jul 2009 14:36:48 -0000      1.6
+++ make-prototype.in   3 Aug 2009 13:34:47 -0000       1.7
@@ -29,8 +29,6 @@
    "under the terms of the GNU General Public License.\n"
    "For more information about these matters, see the file named COPYING.\n"))
 
-; FIXME: Use AC_INIT's 5th argument and AC_PACKAGE_URL once Autoconf
-; 2.64 is released.
 (define help-message
   (string-append
    "Usage: make-prototype OPTION...\n"
@@ -51,7 +49,7 @@
    "      --help                 Print this usage information message\n"
    "\n"
    "Report bugs to @address@hidden"
-   "@PACKAGE_NAME@ home page: <http://www.gnu.org/software/@PACKAGE@/>\n"
+   "@PACKAGE_NAME@ home page: <@PACKAGE_URL@>\n"
    "General help using GNU software: <http://www.gnu.org/gethelp/>\n"))
 
 (define option-grammar

Index: make-prototype
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/make-prototype,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- make-prototype      26 Jul 2009 14:36:49 -0000      1.9
+++ make-prototype      3 Aug 2009 13:34:47 -0000       1.10
@@ -23,14 +23,12 @@
 
 (define version-message
   (string-append
-   "make-prototype (GNUnited Nations) 0.3\n"
+   "make-prototype (GNUnited Nations) 0.3.1\n"
    "Copyright (C) 2009 Free Software Foundation, Inc.\n"
    "You may redistribute copies of GNUnited Nations\n"
    "under the terms of the GNU General Public License.\n"
    "For more information about these matters, see the file named COPYING.\n"))
 
-; FIXME: Use AC_INIT's 5th argument and AC_PACKAGE_URL once Autoconf
-; 2.64 is released.
 (define help-message
   (string-append
    "Usage: make-prototype OPTION...\n"

Index: gnun-validate-html.in
===================================================================
RCS file: 
/sources/trans-coord/trans-coord/gnun/server/gnun/gnun-validate-html.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- gnun-validate-html.in       26 Jul 2009 14:36:49 -0000      1.6
+++ gnun-validate-html.in       3 Aug 2009 13:34:47 -0000       1.7
@@ -27,8 +27,6 @@
 EOF
 }
 
-# FIXME: Use AC_INIT's 5th argument and AC_PACKAGE_URL once Autoconf
-# 2.64 is released.
 function usage () {
 cat <<EOF
 Usage: gnun-validate-html OPTION | FILE
@@ -38,7 +36,7 @@
       --help                 Print this usage information message
 
 Report bugs to @PACKAGE_BUGREPORT@
address@hidden@ home page: <http://www.gnu.org/software/@PACKAGE@/>
address@hidden@ home page: <@PACKAGE_URL@>
 General help using GNU software: <http://www.gnu.org/gethelp/>
 EOF
 }

Index: gnun-validate-html
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/gnun-validate-html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- gnun-validate-html  26 Jul 2009 14:36:49 -0000      1.8
+++ gnun-validate-html  3 Aug 2009 13:34:47 -0000       1.9
@@ -19,7 +19,7 @@
 
 function version () {
 cat <<EOF
-gnun-validate-html (GNUnited Nations) 0.3
+gnun-validate-html (GNUnited Nations) 0.3.1
 Copyright (C) 2009 Free Software Foundation, Inc.
 You may redistribute copies of GNUnited Nations
 under the terms of the GNU General Public License.
@@ -27,8 +27,6 @@
 EOF
 }
 
-# FIXME: Use AC_INIT's 5th argument and AC_PACKAGE_URL once Autoconf
-# 2.64 is released.
 function usage () {
 cat <<EOF
 Usage: gnun-validate-html OPTION | FILE

Index: configure.ac
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/configure.ac,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- configure.ac        1 Aug 2009 21:02:35 -0000       1.17
+++ configure.ac        3 Aug 2009 13:34:47 -0000       1.18
@@ -20,9 +20,10 @@
 AC_INIT([GNUnited Nations],
        [0.3.1],
        address@hidden,
-       [gnun])
+       [gnun],
+       [http://www.gnu.org/software/gnun/])
 
-AC_PREREQ([2.62])
+AC_PREREQ([2.63b])
 
 AC_CONFIG_SRCDIR([GNUmakefile])        
 AC_CONFIG_MACRO_DIR([m4])

Index: Makefile.am
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- Makefile.am 28 Apr 2009 15:55:35 -0000      1.11
+++ Makefile.am 3 Aug 2009 13:34:47 -0000       1.12
@@ -43,6 +43,7 @@
        -e 's|@address@hidden|$(PACKAGE_NAME)|g' \
        -e 's|@address@hidden|$(PACKAGE_VERSION)|g' \
        -e 's|@address@hidden|$(PACKAGE_BUGREPORT)|g' \
+       -e 's|@address@hidden|$(PACKAGE_URL)|g' \
        -e 's|@address@hidden|$(pkgdatadir)|g' \
        -e 's|@address@hidden|$(prefix)|g' \
        -e 's|@address@hidden|$(pkglibexecdir)|g' \

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -b -r1.161 -r1.162
--- ChangeLog   1 Aug 2009 21:02:35 -0000       1.161
+++ ChangeLog   3 Aug 2009 13:34:47 -0000       1.162
@@ -1,3 +1,13 @@
+2009-08-03  Yavor Doganov  <address@hidden>
+
+       Factorize homepage URL in --help output.
+       * configure.ac (AC_INIT): Add 5th argument.
+       (AC_PREREQ): Bump to 2.63b.
+       * Makefile.am (edit): Substitute @address@hidden
+       * make-prototype.in (help-message):
+       * gnun-validate-html.in (usage): Use @PACKAGE_URL@ for the
+       homepage URL.
+
 2009-08-02  Yavor Doganov  <address@hidden>
 
        Release 0.3.1.




reply via email to

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