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 ... [sr-hr]


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun make-prototype.in ... [sr-hr]
Date: Mon, 03 Aug 2009 16:37:07 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Branch:         sr-hr
Changes by:     Yavor Doganov <yavor>   09/08/03 16:37:07

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&only_with_tag=sr-hr&r1=1.6&r2=1.6.2.1
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/make-prototype?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.9&r2=1.9.2.1
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun-validate-html.in?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.6&r2=1.6.2.1
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun-validate-html?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.8&r2=1.8.2.1
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/configure.ac?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.16.2.3&r2=1.16.2.4
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/Makefile.am?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.11.2.2&r2=1.11.2.3
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.157.2.4&r2=1.157.2.5

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.6.2.1
diff -u -b -r1.6 -r1.6.2.1
--- make-prototype.in   26 Jul 2009 14:36:48 -0000      1.6
+++ make-prototype.in   3 Aug 2009 16:37:06 -0000       1.6.2.1
@@ -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.9.2.1
diff -u -b -r1.9 -r1.9.2.1
--- make-prototype      26 Jul 2009 14:36:49 -0000      1.9
+++ make-prototype      3 Aug 2009 16:37:06 -0000       1.9.2.1
@@ -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.6.2.1
diff -u -b -r1.6 -r1.6.2.1
--- gnun-validate-html.in       26 Jul 2009 14:36:49 -0000      1.6
+++ gnun-validate-html.in       3 Aug 2009 16:37:07 -0000       1.6.2.1
@@ -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.8.2.1
diff -u -b -r1.8 -r1.8.2.1
--- gnun-validate-html  26 Jul 2009 14:36:49 -0000      1.8
+++ gnun-validate-html  3 Aug 2009 16:37:07 -0000       1.8.2.1
@@ -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.16.2.3
retrieving revision 1.16.2.4
diff -u -b -r1.16.2.3 -r1.16.2.4
--- configure.ac        3 Aug 2009 11:26:12 -0000       1.16.2.3
+++ configure.ac        3 Aug 2009 16:37:07 -0000       1.16.2.4
@@ -20,7 +20,8 @@
 AC_INIT([GNUnited Nations],
        [0.3.1],
        address@hidden,
-       [gnun])
+       [gnun],
+       [http://www.gnu.org/software/gnun/])
 
 AC_PREREQ([2.63b])
 

Index: Makefile.am
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/Makefile.am,v
retrieving revision 1.11.2.2
retrieving revision 1.11.2.3
diff -u -b -r1.11.2.2 -r1.11.2.3
--- Makefile.am 3 Aug 2009 11:26:12 -0000       1.11.2.2
+++ Makefile.am 3 Aug 2009 16:37:07 -0000       1.11.2.3
@@ -46,6 +46,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.157.2.4
retrieving revision 1.157.2.5
diff -u -b -r1.157.2.4 -r1.157.2.5
--- ChangeLog   1 Aug 2009 21:15:03 -0000       1.157.2.4
+++ ChangeLog   3 Aug 2009 16:37:07 -0000       1.157.2.5
@@ -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]