groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: configure: changed, such that refer data will be created


From: Bernd Warken
Subject: [groff] 01/01: configure: changed, such that refer data will be created
Date: Fri, 05 Sep 2014 20:41:52 +0000

bwarken pushed a commit to branch master
in repository groff.

commit 2fff52925adf3acb5c4cead970f9241c3f463f46
Author: Bernd Warken <address@hidden>
Date:   Fri Sep 5 22:40:37 2014 +0200

    configure: changed, such that refer data will be created
---
 ChangeLog |    6 ++++++
 configure |    6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 63536a1..f17e1eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2014-09-04  Bernd Warken  <address@hidden>
 
+       * configure: When I change the `configure' file manually, the
+       refer data dir is created.  But when running aclocal/autoreconf,
+       the dir is again not created.
+
+2014-09-04  Bernd Warken  <address@hidden>
+
        * m4/groff.m4, configure.ac, Makefile.in,
        src/preproc/refer/Makefile.sub: Add information to create a refer
        data directory by installing.  That dir is not yet generated
diff --git a/configure b/configure
index b93dcc9..4c54047 100755
--- a/configure
+++ b/configure
@@ -5,7 +5,7 @@
 # Report bugs to <address@hidden>.
 #
 #
-# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
+# Copyright (C) 1992-2014 Free Software Foundation, Inc.
 #
 #
 # This configure script is free software; the Free Software Foundation
@@ -5566,6 +5566,8 @@ gpinyin_dir=$libprogramdir/gpinyin
 
 grog_dir=$libprogramdir/grog
 
+refer_dir=$libprogramdir/refer
+
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not 
truncate output" >&5
 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
 if ${ac_cv_path_SED+:} false; then :
@@ -5953,7 +5955,7 @@ $as_echo_n "checking for command to use for printing dvi 
files... " >&6; }
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DVIPRINT" >&5
 $as_echo "$DVIPRINT" >&6; }
 # GROFF_REFER
-GROFF_REFERDIR_DEFAULT
+# GROFF_REFERDIR_DEFAULT
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
 $as_echo_n "checking for egrep... " >&6; }
 if ${ac_cv_path_EGREP+:} false; then :



reply via email to

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