groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ChangeLog INSTALL.gen Makefile.in Makefil...


From: Bernd Warken
Subject: [Groff-commit] groff ChangeLog INSTALL.gen Makefile.in Makefil...
Date: Tue, 16 Apr 2013 19:00:47 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Bernd Warken <bwarken>  13/04/16 19:00:47

Modified files:
        .              : ChangeLog INSTALL.gen Makefile.in Makefile.sub 
                         aclocal.m4 
        contrib/glilypond: subs.pl 
        m4             : groff.m4 
        src/roff/grog  : Makefile.sub 
Added files:
        .              : INSTALL.CVS 
        m4             : ax_prog_perl_version.m4 
Removed files:
        .              : INSTALL.autotools 

Log message:
        INSTALL.gen: Replace this file by the daily `git' version of
        `automake' `INSTALL' file.
        
        INSTALL.autotools: Remove file.
        INSTALL.CVS: New file, moved from `INSTALL.autotools'.
        
        m4/ax_prog_perl_version.m4: New file, taken from package
        `autoconf-archive-2013.04.06'.
        
        m4/groff.m4: Remove unnecessary blank line.
        
        Makefile.in: Add `$(PERLVERSION)'.
        
        aclocal.m4: Run `autoreconf -I m4' (this includes
        `aclocal -I m4').  This creates a suitable `aclocal.m4'.  Remove
        generated subdirectory `autom4te.cache'.
        
        src/roff/grog/Makefile.sub: Correct `sed' command.  Use `tabs'
        that are needed by `GNU make'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1411&r2=1.1412
http://cvs.savannah.gnu.org/viewcvs/groff/INSTALL.gen?cvsroot=groff&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/groff/Makefile.in?cvsroot=groff&r1=1.129&r2=1.130
http://cvs.savannah.gnu.org/viewcvs/groff/Makefile.sub?cvsroot=groff&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/groff/aclocal.m4?cvsroot=groff&r1=1.61&r2=1.62
http://cvs.savannah.gnu.org/viewcvs/groff/INSTALL.CVS?cvsroot=groff&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/groff/INSTALL.autotools?cvsroot=groff&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/glilypond/subs.pl?cvsroot=groff&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/groff/m4/groff.m4?cvsroot=groff&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/groff/m4/ax_prog_perl_version.m4?cvsroot=groff&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/groff/src/roff/grog/Makefile.sub?cvsroot=groff&r1=1.16&r2=1.17

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1411
retrieving revision 1.1412
diff -u -b -r1.1411 -r1.1412
--- ChangeLog   15 Apr 2013 23:40:53 -0000      1.1411
+++ ChangeLog   16 Apr 2013 19:00:42 -0000      1.1412
@@ -1,5 +1,28 @@
 2013-04-16  Bernd Warken  <address@hidden>
 
+       * INSTALL.gen: Replace this file by the daily `git' version of
+       `automake' `INSTALL' file.
+
+       * INSTALL.autotools: Remove file.
+
+       * INSTALL.CVS: New file, moved from `INSTALL.autotools'.
+
+       * m4/ax_prog_perl_version.m4: New file, taken from package
+       `autoconf-archive-2013.04.06'.
+
+       * m4/groff.m4: Remove unnecessary blank line.
+
+       * Makefile.in: Add `$(PERLVERSION)'.
+
+       * aclocal.m4: Run `autoreconf -I m4' (this includes
+       `aclocal -I m4').  This creates a suitable `aclocal.m4'.  Remove
+       generated subdirectory `autom4te.cache'.
+
+       * src/roff/grog/Makefile.sub: Correct `sed' command.  Use `tabs'
+       that are needed by `GNU make'.
+
+2013-04-16  Bernd Warken  <address@hidden>
+
        * Makefile.sub: Add `m4/ax_compare_version.m4'.
 
        * aclocal.m4: Run the latest `aclocal -I m4' which generates a

Index: INSTALL.gen
===================================================================
RCS file: /cvsroot/groff/groff/INSTALL.gen,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- INSTALL.gen 15 Apr 2013 23:40:54 -0000      1.8
+++ INSTALL.gen 16 Apr 2013 19:00:44 -0000      1.9
@@ -1,10 +1,10 @@
+This file comes from GNU automake, it shouldn't be changed.
+
 Installation Instructions
 *************************
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2013
-   Free Software Foundation, Inc.
-
-Last Update: 15 Apr 2013
+Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
+Inc.
 
    Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -46,13 +46,9 @@
 may remove or edit it.
 
    The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You need `configure.ac'
-if you want to change it or regenerate `configure' using a newer
-version of `autoconf'.
-
-   You can also use `autoreconf -I m4' which does the same as `autoconf'
-together with some other internal things.  For more information about the 
usage of `GNU autotools', see the file `IKNSTALL.autotools'.
-
+`configure' by a program called `autoconf'.  You need `configure.ac' if
+you want to change it or regenerate `configure' using a newer version
+of `autoconf'.
 
    The simplest way to compile this package is:
 

Index: Makefile.in
===================================================================
RCS file: /cvsroot/groff/groff/Makefile.in,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -b -r1.129 -r1.130
--- Makefile.in 15 Apr 2013 23:40:54 -0000      1.129
+++ Makefile.in 16 Apr 2013 19:00:45 -0000      1.130
@@ -484,6 +484,7 @@
   "OTHERDEVDIRS=$(OTHERDEVDIRS)" \
   "PAGE=$(PAGE)" \
   "PERL=$(PERL)" \
+  "PERLVERSION=$(PERLVERSION)" \
   "GHOSTSCRIPT=$(GHOSTSCRIPT)" \
   "PSPRINT=$(PSPRINT)" \
   "PURIFY=$(PURIFY)" \

Index: Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/Makefile.sub,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- Makefile.sub        15 Apr 2013 23:40:54 -0000      1.21
+++ Makefile.sub        16 Apr 2013 19:00:46 -0000      1.22
@@ -38,6 +38,7 @@
 
 M4MACROS=\
   $(srcdir)/m4/ax_compare_version.m4 \
+  $(srcdir)/m4/ax_prog_perl_version.m4 \
   $(srcdir)/m4/codeset.m4 \
   $(srcdir)/m4/fcntl-o.m4 \
   $(srcdir)/m4/glibc21.m4 \

Index: aclocal.m4
===================================================================
RCS file: /cvsroot/groff/groff/aclocal.m4,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- aclocal.m4  15 Apr 2013 23:40:54 -0000      1.61
+++ aclocal.m4  16 Apr 2013 19:00:46 -0000      1.62
@@ -12,74 +12,8 @@
 # PARTICULAR PURPOSE.
 
 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], 
[])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
-# ===========================================================================
-#   http://www.gnu.org/software/autoconf-archive/ax_prog_perl_version.html
-# ===========================================================================
-#
-# SYNOPSIS
-#
-#   AX_PROG_PERL_VERSION([VERSION],[ACTION-IF-TRUE],[ACTION-IF-FALSE])
-#
-# DESCRIPTION
-#
-#   Makes sure that perl supports the version indicated. If true the shell
-#   commands in ACTION-IF-TRUE are executed. If not the shell commands in
-#   ACTION-IF-FALSE are run. Note if $PERL is not set (for example by
-#   running AC_CHECK_PROG or AC_PATH_PROG) the macro will fail.
-#
-#   Example:
-#
-#     AC_PATH_PROG([PERL],[perl])
-#     AX_PROG_PERL_VERSION([5.8.0],[ ... ],[ ... ])
-#
-#   This will check to make sure that the perl you have supports at least
-#   version 5.8.0.
-#
-#   NOTE: This macro uses the $PERL variable to perform the check.
-#   AX_WITH_PERL can be used to set that variable prior to running this
-#   macro. The $PERL_VERSION variable will be valorized with the detected
-#   version.
-#
-# LICENSE
-#
-#   Copyright (c) 2009 Francesco Salvestrini <address@hidden>
-#
-#   Copying and distribution of this file, with or without modification, are
-#   permitted in any medium without royalty provided the copyright notice
-#   and this notice are preserved. This file is offered as-is, without any
-#   warranty.
-
-#serial 11
-
-AC_DEFUN([AX_PROG_PERL_VERSION],[
-    AC_REQUIRE([AC_PROG_SED])
-    AC_REQUIRE([AC_PROG_GREP])
-
-    AS_IF([test -n "$PERL"],[
-        ax_perl_version="$1"
-
-        AC_MSG_CHECKING([for perl version])
-        changequote(<<,>>)
-        perl_version=`$PERL --version 2>&1 | $GREP "This is perl" | $SED -e 
's/.* v\([0-9]*\.[0-9]*\.[0-9]*\) .*/\1/'`
-        changequote([,])
-        AC_MSG_RESULT($perl_version)
-
-       AC_SUBST([PERL_VERSION],[$perl_version])
-
-        AX_COMPARE_VERSION([$ax_perl_version],[le],[$perl_version],[
-           :
-            $2
-        ],[
-           :
-            $3
-        ])
-    ],[
-        AC_MSG_WARN([could not find the perl interpreter])
-        $3
-    ])
-])
-
 m4_include([m4/ax_compare_version.m4])
+m4_include([m4/ax_prog_perl_version.m4])
 m4_include([m4/codeset.m4])
 m4_include([m4/fcntl-o.m4])
 m4_include([m4/glibc21.m4])

Index: contrib/glilypond/subs.pl
===================================================================
RCS file: /cvsroot/groff/groff/contrib/glilypond/subs.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- contrib/glilypond/subs.pl   12 Apr 2013 21:45:56 -0000      1.2
+++ contrib/glilypond/subs.pl   16 Apr 2013 19:00:46 -0000      1.3
@@ -427,7 +427,7 @@
 
   my $p = $Globals->{'prog'};
   my $usage = EMPTYSTRING;
-  $usage = '###### usage:' . "\n" if ( $Args -> { 'verbose' } );
+  $usage = '###### usage:' . "\n" if ( $Args->{'verbose'} );
   $usage .= qq*Options for $p:
 Read a `roff' file or standard input and transform `lilypond' parts
 (everything between `.lilypond start' and `.lilypond end') into
@@ -470,7 +470,7 @@
   my $pv = &perl_version();
   $usage .=  "\n" . 'Perl version ' . $pv . ' needed.' if ( $pv );
 
-  $main::stdout -> print( $usage );
+  $main::stdout->print( $usage );
 } # end sub usage()
 
 
@@ -486,8 +486,8 @@
   my $output = EMPTYSTRING;
   $output = "###### version:\n" if ( $Args -> { 'verbose' } );
   $output .= "`" . $Globals -> { 'prog' } . "' version `" .
-    $Legalese -> { 'version' } . "' of `" .
-      $Legalese -> { 'last_update' } . "' is part of `GNU groff'" . $end;
+    $Legalese->{'version'} . "' of `" .
+      $Legalese->{'last_update'} . "' is part of `GNU groff'" . $end;
 
   $stdout -> print( $output );
 } # end sub version()

Index: m4/groff.m4
===================================================================
RCS file: /cvsroot/groff/groff/m4/groff.m4,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- m4/groff.m4 15 Apr 2013 15:14:31 -0000      1.13
+++ m4/groff.m4 16 Apr 2013 19:00:47 -0000      1.14
@@ -148,7 +148,6 @@
      AC_MSG_WARN([missing program$plural:
 
   The program$plural
-
      $missing
   cannot be found in the PATH.
   Consequently, groff's HTML backend (grohtml) will not work properly;

Index: src/roff/grog/Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/src/roff/grog/Makefile.sub,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- src/roff/grog/Makefile.sub  12 Apr 2013 15:14:37 -0000      1.16
+++ src/roff/grog/Makefile.sub  16 Apr 2013 19:00:47 -0000      1.17
@@ -2,9 +2,10 @@
 
 # File position: <groff-source>/src/roff/grog/Makefile.sub
 
-# Copyright (C) 1993, 2006, 2009, 2013 Free Software Foundation, Inc.
+# Copyright (C) 1993, 2006, 2009, 2013
+#   Free Software Foundation, Inc.
 
-# Last update: 12 Apr 2013
+# Last update: 16 Apr 2013
 
 # This file is part of `grog' which is part of `groff'.
 
@@ -24,57 +25,64 @@
 ########################################################################
 
 MAN1=grog.n
-MOSTLYCLEANADD=grog $(MAN1) HAVE_PERL
+MOSTLYCLEANADD=grog $(MAN1)
 
 # not all make programs have $(RM) predefined.
 RM=rm -f
 
 all: grog $(MAN1)
 
-GROG=$(srcdir)/perl_test.pl
-
+# lib .pl-files
+#GROG=$(srcdir)/subs.pl
+GROG=
 GROG_=`echo $(GROG) | sed 's|$(srcdir)/||g'`
 
-grog: grog.pl $(SH_DEPS_SED_SCRIPT)
-       -$(RM) -f $@;
-       if perl $(srcdir)/perl_test.pl 2>&1 >/dev/null; then \
-          : >HAVE_PERL; \
-          echo "Perl version works for "$@"'."; \
+
+# Perl version works for all parts of `groff'.
+
+grog: grog.pl $(GROG) $(SH_DEPS_SED_SCRIPT)
+       -$(RM) "$@";
           sed -f "$(SH_DEPS_SED_SCRIPT)" \
+               -e "1s|^\(#! \).*perl|\\1$(PERL)|" \
               -e "s|@g@|$(g)|g" \
               -e "s|@BINDIR@|$(DESTDIR)$(bindir)|g" \
               -e "s|@libdir@|$(DESTDIR)$(libdir)|g" \
               -e "s|@EGREP@|$(EGREP)|g" \
               -e "s|@VERSION@|$(version)$(revision)|" \
               -e "$(SH_SCRIPT_SED_CMD)" \
-              $(srcdir)/grog.pl >$@; \
-          chmod +x $@; \
-       else \
-         echo "This program "$@" needs a newer version of Perl."; \
-         exit 1; \
-       fi;
+               $(srcdir)/grog.pl >$@;
+       chmod +x $@;
 
+
+.PHONY: install_data
 install_data: grog
-       -test -d $(DESTDIR)$(bindir) || $(mkinstalldirs) $(DESTDIR)$(bindir);
-       $(RM) $(DESTDIR)$(bindir)/grog;
-       $(INSTALL_SCRIPT) grog $(DESTDIR)$(bindir)/grog;
-       -test -d $(DESTDIR)$(grog_dir) \
-         || $(mkinstalldirs) $(DESTDIR)$(grog_dir);
-       for f in $(GROG_); do \
-         $(RM) $(DESTDIR)$(grog_dir)/$$f; \
-       done
-       if test -f HAVE_PERL; then \
+       -test -d "$(DESTDIR)$(bindir)" || \
+               $(mkinstalldirs) "$(DESTDIR)$(bindir)";
+       -$(RM) "$(DESTDIR)$(bindir)/grog";
+       $(INSTALL_SCRIPT) grog "$(DESTDIR)$(bindir)/grog";
+       -test -d $(DESTDIR)$(grog_dir) || \
+               $(mkinstalldirs) "$(DESTDIR)$(grog_dir)";
+       -$(RM) "$(DESTDIR)$(grog_dir)/grog";
+       $(INSTALL_SCRIPT) "$(srcdir)/grog" "$(DESTDIR)$(grog_dir)/grog";
           for f in $(GROG_); do \
-              $(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(grog_dir)/$$f; \
-          done; \
-       fi;
-
-
+               -$(RM) "$(DESTDIR)$(grog_dir)/$$f"; \
+               $(INSTALL_SCRIPT) "$(srcdir)/$$f" "$(DESTDIR)$(grog_dir)/$$f"; \
+       done;
 
+.PHONY: uninstall_data
 uninstall_sub:
-       $(RM) $(DESTDIR)$(bindir)/grog
+       -$(RM) "$(DESTDIR)$(bindir)/grog";
        for f in $(GROG_); do \
-           $(RM) $(DESTDIR)$(grog_dir)/$$f; \
+               -$(RM) "$(DESTDIR)$(grog_dir)/$$f"; \
        done;
-       -test -d $(DESTDIR)$(libdir)/groff/grog || \
-             rmdir $(DESTDIR)$(libdir)/groff/grog;
+       -test -d "$(DESTDIR)$(libdir)/groff/grog" || \
+               -rmdir "$(DESTDIR)$(libdir)/groff/grog";
+
+
+########################################################################
+# Emacs settings
+########################################################################
+#
+# Local Variables:
+# mode: makefile
+# End:

Index: INSTALL.CVS
===================================================================
RCS file: INSTALL.CVS
diff -N INSTALL.CVS
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ INSTALL.CVS 16 Apr 2013 19:00:43 -0000      1.1
@@ -0,0 +1,69 @@
+    Copyright 2013
+      Free Software Foundation, Inc.
+
+    Last Update: 16 Apr 2013
+
+    Copying and distribution of this file, with or without modification,
+    are permitted in any medium without royalty provided the copyright
+    notice and this notice are preserved.
+
+This file contains information that supplements the generic
+installation instructions in file `INSTALL.autotools'.
+
+
+If you want to start compiling the `groff' system with an existing
+script `configure' you won't need the information ion this file.
+
+
+But if you want to use the `GNU autotools' (`aclocal', `autoreconf')
+for creating the following and some more files:
+
+    aclocal.m4
+    configure
+    Makefile
+
+
+To change the file `aclocal.m4', run the shell command
+
+    $ aclocal -I m4
+
+
+To recreate the files `configure' and `Makefile', use the shell command
+
+    $ autoreconf -I m4
+
+
+The option `-I m4' is necessary.  It refers to the subdirectory `m4'
+that has files with m4 macro definitions that are needed by the
+`autotools'.
+
+
+If you use an old `autoreconf' version < 2.69, there might be an
+error warning like:
+
+    /usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted \
+definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD
+    /usr/share/aclocal/gtkglextmm-1.2.m4:225:   run info \
+'(automake)Extending aclocal'
+    /usr/share/aclocal/gtkglextmm-1.2.m4:225:   or see \
+http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
+
+Just ignore this.  It doesn't occur in the actual versions of `autoreconf'.
+
+
+You may even use the shell command
+
+    $ autoconf
+
+instead of `autoreconf', but that will ignore some features.  So
+`autoreconf' is better.
+
+
+`automake' is not used.  `autoreconf' does part of this.  If you know
+about creating `Makefile.am' files we are glad to have you for the
+inclusion of `automake'.  Take contact with the `groff Mailinglist'.
+
+
+After the use of the `GNU autotools', the usual compilation should
+work.  If the run of `configure' produces error reports you have
+produced errors in the `autotools' modification.

Index: m4/ax_prog_perl_version.m4
===================================================================
RCS file: m4/ax_prog_perl_version.m4
diff -N m4/ax_prog_perl_version.m4
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ m4/ax_prog_perl_version.m4  16 Apr 2013 19:00:46 -0000      1.1
@@ -0,0 +1,66 @@
+# ===========================================================================
+#   http://www.gnu.org/software/autoconf-archive/ax_prog_perl_version.html
+# ===========================================================================
+#
+# SYNOPSIS
+#
+#   AX_PROG_PERL_VERSION([VERSION],[ACTION-IF-TRUE],[ACTION-IF-FALSE])
+#
+# DESCRIPTION
+#
+#   Makes sure that perl supports the version indicated. If true the shell
+#   commands in ACTION-IF-TRUE are executed. If not the shell commands in
+#   ACTION-IF-FALSE are run. Note if $PERL is not set (for example by
+#   running AC_CHECK_PROG or AC_PATH_PROG) the macro will fail.
+#
+#   Example:
+#
+#     AC_PATH_PROG([PERL],[perl])
+#     AX_PROG_PERL_VERSION([5.8.0],[ ... ],[ ... ])
+#
+#   This will check to make sure that the perl you have supports at least
+#   version 5.8.0.
+#
+#   NOTE: This macro uses the $PERL variable to perform the check.
+#   AX_WITH_PERL can be used to set that variable prior to running this
+#   macro. The $PERL_VERSION variable will be valorized with the detected
+#   version.
+#
+# LICENSE
+#
+#   Copyright (c) 2009 Francesco Salvestrini <address@hidden>
+#
+#   Copying and distribution of this file, with or without modification, are
+#   permitted in any medium without royalty provided the copyright notice
+#   and this notice are preserved. This file is offered as-is, without any
+#   warranty.
+
+#serial 11
+
+AC_DEFUN([AX_PROG_PERL_VERSION],[
+    AC_REQUIRE([AC_PROG_SED])
+    AC_REQUIRE([AC_PROG_GREP])
+
+    AS_IF([test -n "$PERL"],[
+        ax_perl_version="$1"
+
+        AC_MSG_CHECKING([for perl version])
+        changequote(<<,>>)
+        perl_version=`$PERL --version 2>&1 | $GREP "This is perl" | $SED -e 
's/.* v\([0-9]*\.[0-9]*\.[0-9]*\) .*/\1/'`
+        changequote([,])
+        AC_MSG_RESULT($perl_version)
+
+       AC_SUBST([PERL_VERSION],[$perl_version])
+
+        AX_COMPARE_VERSION([$ax_perl_version],[le],[$perl_version],[
+           :
+            $2
+        ],[
+           :
+            $3
+        ])
+    ],[
+        AC_MSG_WARN([could not find the perl interpreter])
+        $3
+    ])
+])

Index: INSTALL.autotools
===================================================================
RCS file: INSTALL.autotools
diff -N INSTALL.autotools
--- INSTALL.autotools   15 Apr 2013 23:40:54 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,69 +0,0 @@
-    Copyright 2013
-      Free Software Foundation, Inc.
-
-    Last Update: 16 Apr 2013
-
-    Copying and distribution of this file, with or without modification,
-    are permitted in any medium without royalty provided the copyright
-    notice and this notice are preserved.
-
-This file contains information that supplements the generic
-installation instructions in file `INSTALL.autotools'.
-
-
-If you want to start compiling the `groff' system with an existing
-script `configure' you won't need the information ion this file.
-
-
-But if you want to use the `GNU autotools' (`aclocal', `autoreconf')
-for creating the following and some more files:
-
-    aclocal.m4
-    configure
-    Makefile
-
-
-To change the file `aclocal.m4', run the shell command
-
-    $ aclocal -I m4
-
-
-To recreate the files `configure' and `Makefile', use the shell command
-
-    $ autoreconf -I m4
-
-
-The option `-I m4' is necessary.  It refers to the subdirectory `m4'
-that has files with m4 macro definitions that are needed by the
-`autotools'.
-
-
-If you use an old `autoreconf' version < 2.69, there might be an
-error warning like:
-
-    /usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted \
-definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD
-    /usr/share/aclocal/gtkglextmm-1.2.m4:225:   run info \
-'(automake)Extending aclocal'
-    /usr/share/aclocal/gtkglextmm-1.2.m4:225:   or see \
-http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
-
-Just ignore this.  It doesn't occur in the actual versions of `autoreconf'.
-
-
-You may even use the shell command
-
-    $ autoconf
-
-instead of `autoreconf', but that will ignore some features.  So
-`autoreconf' is better.
-
-
-`automake' is not used.  `autoreconf' does part of this.  If you know
-about creating `Makefile.am' files we are glad to have you for the
-inclusion of `automake'.  Take contact with the `groff Mailinglist'.
-
-
-After the use of the `GNU autotools', the usual compilation should
-work.  If the run of `configure' produces error reports you have
-produced errors in the `autotools' modification.



reply via email to

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