summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5ce392d8..8837a3e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,8 @@
# Autoconf configuration file for groff.
-# Copyright (C) 1989-1995, 2001-2007, 2009, 2011-2012
-# 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.
#
@@ -60,6 +62,7 @@ GROFF_APPRESDIR_OPTION
GROFF_APPRESDIR_DEFAULT
GROFF_GROFFERDIR_OPTION
GROFF_GROFFERDIR_DEFAULT
+GROFF_GLILYPONDDIR_DEFAULT
GROFF_PRINT
AC_PROG_EGREP
AC_PATH_PROG([PERLPATH], [perl], [/usr/bin/perl])