summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-03-29 11:41:20 +0000
committerbwarken <bwarken>2013-03-29 11:41:20 +0000
commit32479f4aa92b227708f0e74b845d9cc07ed4cc24 (patch)
tree2a14c6e34e1df66d7fc498dcb45402bf00b81c95 /m4
parent3167b96d44d616c1c9aa54cd3ad5de94b05f4db0 (diff)
downloadgroff-32479f4aa92b227708f0e74b845d9cc07ed4cc24.tar.gz
Rename `groff_lilypond' to `glilypond'. So remove the former
source directory `<groff_src_dir>/contrib/lilypond' and newly install `<groff_src_dir>/contrib/glilypond', which now has many files. The new version starts at `v1.0'. * m4/groff.m4, configure.ac: Add libdir information for `glilypond'. * Makefile.in: Add `<groff_src_dir>/contrib/glilypond'. Run `autoconf'. `glilypond' can now be installed to the system. Version will now be v1.*. All former files of versions v0.* vanished or were renamed. * ChangeLog.0x: old `ChangeLog' file for the old `groff_lilypond' versions v0.*. In the future, this file won't be changed any more. * ChangeLog: New file. It is this file. It displays the history of `glilypond' versions v1.* or later. * glilypond.pl: New main Perl file written from `groff_lilypond.pl' in a totally different way. It is split now into 4 Perl files. * args.pl: New Perl file. It handles the command line options for a run of `glilypond.pl'. * oop_fh.pl: New Perl file. OOP handling of file handles. * perl_test.pl: Test whether the actual Perl program has a suitable versions. For `Makefile.sub' and `glilypond.pl'. * subs.pl: New Perl file. Defines the global subs for `glilypond.pl'. * Makefile.sub: Newly written `Makefile' for this subdirectory of `groff'. `glilypond' should be able to be installed by `make' with this file. * glilypond.man: Newly written man-page for `glilypond'. * README.txt: New file about the installation.
Diffstat (limited to 'm4')
-rw-r--r--m4/groff.m410
1 files changed, 8 insertions, 2 deletions
diff --git a/m4/groff.m4 b/m4/groff.m4
index 0a0cc317..6f795b4b 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -1,6 +1,8 @@
# Autoconf macros for groff.
-# Copyright (C) 1989-1995, 2001-2007, 2009, 2011
-# Free Software Foundation, Inc.
+# Copyright (C) 1989-1995, 2001-2007, 2009, 2011, 2013
+# Free Software Foundation, Inc.
+#
+# Last update: 28 Mar 2013
#
# This file is part of groff.
#
@@ -1209,3 +1211,7 @@ AC_DEFUN([GROFF_GROFFERDIR_DEFAULT],
groffer_dir=$with_grofferdir
fi
AC_SUBST([groffer_dir])])
+
+AC_DEFUN([GROFF_GLILYPONDDIR_DEFAULT],
+ glilypond_dir=$libdir/groff/glilypond
+ AC_SUBST([glilypond_dir]))