groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ChangeLog Makefile.in configure configure...


From: Bernd Warken
Subject: [Groff-commit] groff ChangeLog Makefile.in configure configure...
Date: Fri, 12 Apr 2013 13:11:19 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Bernd Warken <bwarken>  13/04/12 13:11:18

Modified files:
        .              : ChangeLog Makefile.in configure configure.ac 
        m4             : groff.m4 

Log message:
        `grog': In the following, the file `grog.pl' will be split.  For
        the coming files, a lib-directory is needed for storage.
        
        m4/groff.m4, configure.ac: Add libdir information for `grog'.
        
        Makefile.in: Add @address@hidden
        
        Run `autoconf'.
        `grog' has now a lib-directory at `$prefix/lib/groff/grog'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1402&r2=1.1403
http://cvs.savannah.gnu.org/viewcvs/groff/Makefile.in?cvsroot=groff&r1=1.125&r2=1.126
http://cvs.savannah.gnu.org/viewcvs/groff/configure?cvsroot=groff&r1=1.91&r2=1.92
http://cvs.savannah.gnu.org/viewcvs/groff/configure.ac?cvsroot=groff&r1=1.51&r2=1.52
http://cvs.savannah.gnu.org/viewcvs/groff/m4/groff.m4?cvsroot=groff&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1402
retrieving revision 1.1403
diff -u -b -r1.1402 -r1.1403
--- ChangeLog   11 Apr 2013 00:08:30 -0000      1.1402
+++ ChangeLog   12 Apr 2013 13:11:14 -0000      1.1403
@@ -1,3 +1,16 @@
+2013-04-12  Bernd Warken  <address@hidden>
+
+       * `grog': In the following, the file `grog.pl' will be split.  For
+       the coming files, a lib-directory is needed for storage.
+
+       * m4/groff.m4, configure.ac: Add libdir information for `grog'.
+
+       * Makefile.in: Add @address@hidden
+
+       Run `autoconf'.
+
+       `grog' has now a lib-directory at `$prefix/lib/groff/grog'.
+
 2013-04-11  Bernd Warken  <address@hidden>
 
        * contrib/groffer/: There is a free `git' package containing all

Index: Makefile.in
===================================================================
RCS file: /cvsroot/groff/groff/Makefile.in,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -b -r1.125 -r1.126
--- Makefile.in 29 Mar 2013 11:41:20 -0000      1.125
+++ Makefile.in 12 Apr 2013 13:11:16 -0000      1.126
@@ -192,6 +192,7 @@
 
 address@hidden@
 address@hidden@
address@hidden@
 
 # `tmacpath' says where to look for macro files.
 # The current directory will be prepended in unsafe mode only; the home
@@ -505,6 +506,7 @@
   "appresdir=$(appresdir)" \
   "groffer_dir=$(groffer_dir)" \
   "glilypond_dir=$(glilypond_dir)" \
+  "grog_dir=$(grog_dir)" \
   "bindir=$(bindir)" \
   "common_words_file=$(common_words_file)" \
   "datadir=$(datadir)" \

Index: configure
===================================================================
RCS file: /cvsroot/groff/groff/configure,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- configure   29 Mar 2013 12:29:04 -0000      1.91
+++ configure   12 Apr 2013 13:11:17 -0000      1.92
@@ -741,6 +741,7 @@
 PACKAGE_NAME
 PATH_SEPARATOR
 SHELL
+grog_dir
 glilypond_dir'
 ac_subst_files=''
 ac_user_opts='
@@ -5530,6 +5531,8 @@
 
 glilypond_dir=$libdir/groff/glilypond
 
+grog_dir=$libdir/groff/grog
+
 if test -z "$PSPRINT"; then
      for ac_prog in lpr
 do

Index: configure.ac
===================================================================
RCS file: /cvsroot/groff/groff/configure.ac,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- configure.ac        29 Mar 2013 11:41:20 -0000      1.51
+++ configure.ac        12 Apr 2013 13:11:17 -0000      1.52
@@ -63,6 +63,7 @@
 GROFF_GROFFERDIR_OPTION
 GROFF_GROFFERDIR_DEFAULT
 GROFF_GLILYPONDDIR_DEFAULT
+GROFF_GROGDIR_DEFAULT
 GROFF_PRINT
 AC_PROG_EGREP
 AC_PATH_PROG([PERLPATH], [perl], [/usr/bin/perl])

Index: m4/groff.m4
===================================================================
RCS file: /cvsroot/groff/groff/m4/groff.m4,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- m4/groff.m4 29 Mar 2013 11:41:21 -0000      1.9
+++ m4/groff.m4 12 Apr 2013 13:11:18 -0000      1.10
@@ -1215,3 +1215,7 @@
 AC_DEFUN([GROFF_GLILYPONDDIR_DEFAULT],
   glilypond_dir=$libdir/groff/glilypond
   AC_SUBST([glilypond_dir]))
+
+AC_DEFUN([GROFF_GROGDIR_DEFAULT],
+  grog_dir=$libdir/groff/grog
+  AC_SUBST([grog_dir]))



reply via email to

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