* automake.in (handle_texinfo): Add `/' to end of $conf_dir.
authorTom Tromey <tromey@redhat.com>
Thu, 14 Jan 1999 20:27:44 +0000 (20:27 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 14 Jan 1999 20:27:44 +0000 (20:27 +0000)
* Makefile.am (AUTOMAKE_OPTIONS): Added `1.4'.

ChangeLog
Makefile.am
Makefile.in
automake.in
lib/am/Makefile.am

index a2552e5..30efe3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1999-01-14  Tom Tromey  <tromey@cygnus.com>
 
+       * automake.in (handle_texinfo): Add `/' to end of $conf_dir.
+
+       * Makefile.am (AUTOMAKE_OPTIONS): Added `1.4'.
+
        * texi-vers.am ($(srcdir)/stamp-@VTI@): Find @TEXI@ in srcdir.
        From Alexandre Oliva and Erez Zadok.
 
index 4523d10..3c336b3 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to create Makefile.in
 
-AUTOMAKE_OPTIONS = gnits
+AUTOMAKE_OPTIONS = gnits 1.4
 MAINT_CHARSET = latin1
 
 ## We need `.' in SUBDIRS because we want `check' to build `.' before
index 05ddac1..e402777 100644 (file)
@@ -63,7 +63,7 @@ PERL = @PERL@
 TAR = @TAR@
 VERSION = @VERSION@
 
-AUTOMAKE_OPTIONS = gnits
+AUTOMAKE_OPTIONS = gnits 1.4
 MAINT_CHARSET = latin1
 
 SUBDIRS = . m4 tests
index b5c8a41..492958e 100755 (executable)
@@ -1939,6 +1939,7 @@ sub handle_texinfo
            else
            {
                $conf_dir = $config_aux_dir;
+               $conf_dir .= '/' unless $conf_dir =~ /\/$/;
            }
            ($conf_pat = $conf_dir) =~ s/(\W)/\\$1/g;
            $output_rules .=
index 4523d10..3c336b3 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to create Makefile.in
 
-AUTOMAKE_OPTIONS = gnits
+AUTOMAKE_OPTIONS = gnits 1.4
 MAINT_CHARSET = latin1
 
 ## We need `.' in SUBDIRS because we want `check' to build `.' before