]> sourceware.org Git - automake.git/commitdiff
many fixes
authorTom Tromey <tromey@redhat.com>
Fri, 21 Feb 1997 07:50:31 +0000 (07:50 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 21 Feb 1997 07:50:31 +0000 (07:50 +0000)
29 files changed:
ChangeLog
Makefile.in
THANKS
TODO
automake.in
automake.texi
configure
configure.in
data.am
dist-vars.am
header.am
lib/am/data.am
lib/am/header.am
lib/am/libs.am
lib/am/lisp.am
lib/am/progs.am
lib/am/scripts.am
lib/am/texinfos.am
libs.am
lisp.am
ltlibs.am
m4/Makefile.in
progs.am
scripts.am
tests/ChangeLog
tests/Makefile.in
tests/texinfo2.test
texinfos.am
version.texi

index cf6286df219d8f702943e26d43a5b5cb126c62ec..639bae27ae46403ac5db89bdb8d1c05b764da489 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
+Fri Feb 21 00:39:17 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * ltlibs.am, lisp.am, libs.am, header.am, data.am, progs.am,
+       scripts.am, texinfos.am: Add leading space to echo.
+
+       * automake.in (handle_texinfo): Added .tps and .vrs to list of TeX
+       endings.  From Jim Blandy.
+       (install_man_format): Make rule silent; instead print actual
+       command.
+
 Tue Feb  4 18:29:42 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * dist-vars.am (TAR): Removed.
+       * automake.in (TAR): New variable.
+       (handle_dist): Explicitly define TAR.
+       * configure.in: Compute TAR.
+
        * automake.in (handle_lib_objects): Put @ALLOCA@ on @dep_list, not
        @dep_files.
        (AC_SUBST_PATTERN): Typo fix.
index a778c488d4f69c941fcde79bf35ba8fbc0a0069d..d7d27ffd96c8ddee81890c9db5f2a7525be14ab5 100644 (file)
@@ -40,6 +40,7 @@ transform = @program_transform_name@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 PACKAGE = @PACKAGE@
 PERL = @PERL@
+TAR = @TAR@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = gnits
@@ -89,8 +90,6 @@ stamp-vti texinfo.tex version.texi ylwrap
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
        $(TEXINFOS) $(MANS) $(EXTRA_DIST)
-
-TAR = tar
 default: all
 
 .SUFFIXES:
@@ -424,14 +423,14 @@ maintainer-clean-am:  maintainer-clean-vti maintainer-clean-info \
                maintainer-clean-tags maintainer-clean-generic \
                distclean-am
 
-mostlyclean:  mostlyclean-am mostlyclean-recursive
+mostlyclean:  mostlyclean-recursive mostlyclean-am
 
-clean:  clean-am clean-recursive
+clean:  clean-recursive clean-am
 
-distclean:  distclean-am distclean-recursive
+distclean:  distclean-recursive distclean-am
        rm -f config.status
 
-maintainer-clean:  maintainer-clean-am maintainer-clean-recursive
+maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
        @echo "This command is intended for maintainers to use;"
        @echo "it deletes files that may require special tools to rebuild."
        rm -f config.status
diff --git a/THANKS b/THANKS
index f1204e4a8cae61348d14182d95893250e044a420..e997e08c8311e02be08d40946edaf69c4cf645a4 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -2,6 +2,7 @@ Automake was originally written by David J. MacKenzie <djm@uunet.uu.net>.
 It would not be what it is today without the invaluable help of these
 people:
 
+"Garrett D'Amore" <garrett@qualcomm.com>
 Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>
 Anthony Green <green@cygnus.com>
 David A. Swierczek <swiercze@mr.med.ge.com>
@@ -26,6 +27,7 @@ Karl Berry <kb@cs.umb.edu>
 Marius Vollmer <mvo@zagadka.ping.de>
 Mark Galassi <rosalia@nis.lanl.gov>
 Markku Rossi <mtr@ngs.fi>
+Michael Brantley <Michael-Brantley@deshaw.com>
 Noah Friedman <friedman@gnu.ai.mit.edu>
 Nyul Laszlo <nyul@sol.cc.u-szeged.hu>
 Per Bothner <bothner@cygnus.com>
diff --git a/TODO b/TODO
index 8589b59a6c7b9ad6b5521aa84721b069e9507ae7..8330f10375f8912247aaca56d9df6897fe14f298 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,6 +2,8 @@ Priorities for release:
 !! documentation (eg new macros)
 * copyrights on m4 files, aclocal output
 
+* must understand -Ifoo in ACLOCAL_AMFLAGS
+
 * should not put texiname_TEXINFOS into distribution
   should rename this macro anyway, to foo_texi_DEPENDENCIES
 
index 7e3b3e5382f362f750e7a7a80fd022608fdecb64..2f84a0b3165756020ca1dd935fe395f1bced80d9 100755 (executable)
@@ -33,6 +33,7 @@ $VERSION = "@VERSION@";
 $PACKAGE = "@PACKAGE@";
 $prefix = "@prefix@";
 $am_dir = "@datadir@/@PACKAGE@";
+$TAR = "@TAR@";
 
 # String constants.
 $IGNORE_PATTERN = "^##([^#].*)?\$";
@@ -1597,7 +1598,8 @@ sub handle_texinfo
        # removed.  In particular the ".log" extension might
        # reasonably be used in other contexts by the user.
        foreach $tc_cursor ('aux', 'cp', 'cps', 'dvi', 'fn', 'fns',
-                           'ky', 'log', 'pg', 'toc', 'tp', 'vr', 'op')
+                           'ky', 'log', 'pg', 'toc', 'tp', 'tps',
+                           'vr', 'vrs', 'op')
        {
            push (@texi_cleans, $infobase . '.' . $tc_cursor);
        }
@@ -1979,7 +1981,7 @@ sub handle_dist
     $output_vars .= "\n";
 
     # Some boilerplate.
-    $output_vars .= &file_contents ('dist-vars');
+    $output_vars .= &file_contents ('dist-vars') . "\nTAR = " . $TAR . "\n";
 
     # Put these things in rules section so it is easier for whoever
     # reads Makefile.in.
@@ -4001,10 +4003,11 @@ sub initialize_global_constants
 
     # Helper text for dealing with man pages.
     $install_man_format =
-    '  sect=@SECTION@;                         \\
+    '  @sect=@SECTION@;                                \\
        inst=`echo "@MANBASE@" | sed \'$(transform)\'`.@FULLSECT@; \\
        if test -f $(srcdir)/@MAN@; then file=$(srcdir)/@MAN@; \\
        else file=@MAN@; fi; \\
+       echo " $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst"; \\
        $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
 ';
 
index 51af59b23d5c457b5a3ff976215ea13db1080e27..c1e5139092f11bd9dc4930e540ebdb2eb89a1306 100644 (file)
@@ -630,10 +630,13 @@ This is similar to @code{AC_CANONICAL_HOST}, but also defines the
 @item AC_REPLACE_FUNCS
 @item AC_REPLACE_GNU_GETOPT
 @item AM_WITH_REGEX
-Automake will ensure that the appropriate source files are part of the
-distribution, and will ensure that the appropriate dependencies are
-generated for these objects.  @xref{A Library} for more
-information.
+Automake will ensure that the appropriate dependencies are generated for
+the objects corresponding to these macros.  Also, Automake will verify
+that the appropriate source files are part of the distribution.  Note
+that Automake does not come with any of the C sources required to use
+these macros, so @code{automake -a} will not install the sources.
+@xref{A Library} for more information.
+
 @cvindex AC_FUNC_ALLOCA
 @cvindex AC_FUNC_GETLOADAVG
 @cvindex AC_FUNC_MEMCMP
index f7336d1804070aa63b68044bd8f56b5359736aff..ca60a72bf29975bfae56da9901af284c27565688 100755 (executable)
--- a/configure
+++ b/configure
@@ -676,10 +676,45 @@ else
 fi
 
 
+# Find an appropriate tar for use in "dist" targets.  A "best guess"
+# is good enough -- if we can't find GNU tar, we don't really care.
+for ac_prog in gnutar gtar tar
+do
+# Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+echo "configure:687: checking for $ac_word" >&5
+if eval "test \"`echo '$''{'ac_cv_prog_TAR'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  if test -n "$TAR"; then
+  ac_cv_prog_TAR="$TAR" # Let the user override the test.
+else
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+  for ac_dir in $PATH; do
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/$ac_word; then
+      ac_cv_prog_TAR="$ac_prog"
+      break
+    fi
+  done
+  IFS="$ac_save_ifs"
+fi
+fi
+TAR="$ac_cv_prog_TAR"
+if test -n "$TAR"; then
+  echo "$ac_t""$TAR" 1>&6
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+test -n "$TAR" && break
+done
+
 # Extract the first word of "perl", so it can be a program name with args.
 set dummy perl; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:683: checking for $ac_word" >&5
+echo "configure:718: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -861,6 +896,7 @@ s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
 s%@PACKAGE@%$PACKAGE%g
 s%@VERSION@%$VERSION%g
 s%@SET_MAKE@%$SET_MAKE%g
+s%@TAR@%$TAR%g
 s%@PERL@%$PERL%g
 
 CEOF
index fc03afbfdcf69383e3261be931f076aa1489ec8f..97766e934f2d2ea652c0bc0828f00a4857d16856 100644 (file)
@@ -3,6 +3,9 @@ AC_INIT(automake.in)
 
 AM_INIT_AUTOMAKE(automake, 1.1l)
 
+# Find an appropriate tar for use in "dist" targets.  A "best guess"
+# is good enough -- if we can't find GNU tar, we don't really care.
+AC_CHECK_PROGS(TAR, gnutar gtar tar)
 AC_PATH_PROG(PERL, perl)
 if test -z "$PERL"; then
    echo "fatal error: perl not found" 1>&2
diff --git a/data.am b/data.am
index 94502b19ca1be8e5a1b18ac1b1b8944a9cea3bba..5647fcb5f508eac6b9012f058fe61dd289525a95 100644 (file)
--- a/data.am
+++ b/data.am
@@ -22,10 +22,10 @@ install-@DIR@DATA: $(@DIR@_DATA)
 ## a syntax error in sh.
        @list="$(@DIR@_DATA)"; for p in $$list; do \
          if test -f $(srcdir)/$$p; then \
-           echo "$(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p"; \
+           echo " $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p"; \
            $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p; \
          else if test -f $$p; then \
-           echo "$(INSTALL_DATA) $$p $(@DIR@dir)/$$p"; \
+           echo " $(INSTALL_DATA) $$p $(@DIR@dir)/$$p"; \
            $(INSTALL_DATA) $$p $(@DIR@dir)/$$p; \
          fi; fi; \
        done
index bdd0f39ecdf810221ddddeed7df76fd3d63deb48..5d3087573715fd26ec922c139b88a817ef05beb9 100644 (file)
@@ -21,5 +21,3 @@ VERSION = @VERSION@
 ## DIST_COMMON comes first so that README can be the very first file.
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
        $(TEXINFOS) $(MANS) $(EXTRA_DIST)
-
-TAR = tar
index 2c4435bc5ec4976dc533a77bbf11f9492357be9a..3b0da996521b6501ee15f9441bc15585c7aeee9f 100644 (file)
--- a/header.am
+++ b/header.am
@@ -21,7 +21,7 @@ install-@DIR@HEADERS: $(@DIR@_HEADERS)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
        @list="$(@DIR@_HEADERS)"; for p in $$list; do \
-         echo "$(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p"; \
+         echo " $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p"; \
          $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p; \
        done
 
index 94502b19ca1be8e5a1b18ac1b1b8944a9cea3bba..5647fcb5f508eac6b9012f058fe61dd289525a95 100644 (file)
@@ -22,10 +22,10 @@ install-@DIR@DATA: $(@DIR@_DATA)
 ## a syntax error in sh.
        @list="$(@DIR@_DATA)"; for p in $$list; do \
          if test -f $(srcdir)/$$p; then \
-           echo "$(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p"; \
+           echo " $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p"; \
            $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p; \
          else if test -f $$p; then \
-           echo "$(INSTALL_DATA) $$p $(@DIR@dir)/$$p"; \
+           echo " $(INSTALL_DATA) $$p $(@DIR@dir)/$$p"; \
            $(INSTALL_DATA) $$p $(@DIR@dir)/$$p; \
          fi; fi; \
        done
index 2c4435bc5ec4976dc533a77bbf11f9492357be9a..3b0da996521b6501ee15f9441bc15585c7aeee9f 100644 (file)
@@ -21,7 +21,7 @@ install-@DIR@HEADERS: $(@DIR@_HEADERS)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
        @list="$(@DIR@_HEADERS)"; for p in $$list; do \
-         echo "$(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p"; \
+         echo " $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p"; \
          $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p; \
        done
 
index b5abb0cc12ad1bbae37d3c60e61742963711d7b4..edbbf673fa9c9f5bf4442d94204d8a0aca204ed3 100644 (file)
@@ -22,7 +22,7 @@ install-@DIR@LIBRARIES: $(@DIR@_LIBRARIES)
 ## a syntax error in sh.
        list="$(@DIR@_LIBRARIES)"; for p in $$list; do \
          if test -f $$p; then \
-           echo "$(INSTALL_DATA) $$p $(@DIR@dir)/$$p"; \
+           echo " $(INSTALL_DATA) $$p $(@DIR@dir)/$$p"; \
            $(INSTALL_DATA) $$p $(@DIR@dir)/$$p; \
          else :; fi; \
        done
@@ -35,7 +35,7 @@ install-@DIR@LIBRARIES: $(@DIR@_LIBRARIES)
        @list="$(@DIR@_LIBRARIES)"; for p in $$list; do \
          if test -f $$p; then \
 ## Must ranlib after installing because mod time changes.
-           echo "$(RANLIB) $(@DIR@dir)/$$p"; \
+           echo " $(RANLIB) $(@DIR@dir)/$$p"; \
            $(RANLIB) $(@DIR@dir)/$$p; \
          else :; fi; \
        done
index 160dfdfab2c548417123f07dc39fb7d981154309..1d6e9bcc01b16e60e0f1267b9f1dcbb8ea547090 100644 (file)
@@ -21,11 +21,11 @@ install-@DIR@LISP: $(@DIR@_LISP) $(ELCFILES)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
        @list="$(@DIR@_LISP)"; for p in $$list; do \
-         echo "$(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p"; \
+         echo " $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p"; \
          $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p; \
 ## Only install .elc file if it exists.
          if test -f $${p}c; then \
-           echo "$(INSTALL_DATA) $${p}c $(@DIR@dir)/$${p}c"; \
+           echo " $(INSTALL_DATA) $${p}c $(@DIR@dir)/$${p}c"; \
            $(INSTALL_DATA) $${p}c $(@DIR@dir)/$${p}c; \
          else : ; fi; \
        done
index 6b4dc22b4ef6c898d15efb5e68c8ac903d761c60..432af873968589d7f69e9f7021f96b1ca79559bc 100644 (file)
@@ -27,7 +27,7 @@ install-@DIR@PROGRAMS: $(@DIR@_PROGRAMS)
 ## a real libtool, its behaviour is identical to normal INSTALL_PROGRAM.
 ## Note that we explicitly set the libtool mode.  This avoids any lossage
 ## if the program doesn't have a name that libtool expects.
-           echo "@LIBTOOL@ $(INSTALL_PROGRAM) $$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`"; \
+           echo " @LIBTOOL@ $(INSTALL_PROGRAM) $$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`"; \
            @LIBTOOL@ $(INSTALL_PROGRAM) $$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`; \
          else :; fi; \
        done
index 8696ed8c1c5ad984c7bcbe8440a468708608414f..6700f4462f1933c1ee241899c7fd70ca1c693647 100644 (file)
@@ -22,10 +22,10 @@ install-@DIR@SCRIPTS: $(@DIR@_SCRIPTS)
 ## a syntax error in sh.
        @list="$(@DIR@_SCRIPTS)"; for p in $$list; do \
          if test -f $$p; then \
-           echo "$(INSTALL_SCRIPT) $$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`"; \
+           echo " $(INSTALL_SCRIPT) $$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`"; \
            $(INSTALL_SCRIPT) $$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`; \
          else if test -f $(srcdir)/$$p; then \
-           echo "$(INSTALL_SCRIPT) $(srcdir)/$$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`"; \
+           echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`"; \
            $(INSTALL_SCRIPT) $(srcdir)/$$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`; \
          else :; fi; fi; \
        done
index edd4c25a14c4e5f828419e1dea04fec317c46cbc..765d2b231a3274d673e042149731899c1c1c6093 100644 (file)
@@ -60,7 +60,7 @@ install-info-am: $(INFO_DEPS)
 ## be relative, for the install.
          for ifile in `cd $(srcdir) && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
            if test -f $(srcdir)/$$ifile; then \
-             echo "$(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile"; \
+             echo " $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile"; \
              $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \
            else : ; fi; \
          done; \
@@ -74,7 +74,7 @@ install-info-am: $(INFO_DEPS)
 ## instance if you don't have a dir file, install-info will fail.  I
 ## think instead it should create a new dir file for you.  This bug
 ## causes the `make distcheck' target to fail reliably.
-           echo "install-info --info-dir=$(infodir) $(infodir)/$$file";\
+           echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
            install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
          done; \
        else : ; fi
diff --git a/libs.am b/libs.am
index b5abb0cc12ad1bbae37d3c60e61742963711d7b4..edbbf673fa9c9f5bf4442d94204d8a0aca204ed3 100644 (file)
--- a/libs.am
+++ b/libs.am
@@ -22,7 +22,7 @@ install-@DIR@LIBRARIES: $(@DIR@_LIBRARIES)
 ## a syntax error in sh.
        list="$(@DIR@_LIBRARIES)"; for p in $$list; do \
          if test -f $$p; then \
-           echo "$(INSTALL_DATA) $$p $(@DIR@dir)/$$p"; \
+           echo " $(INSTALL_DATA) $$p $(@DIR@dir)/$$p"; \
            $(INSTALL_DATA) $$p $(@DIR@dir)/$$p; \
          else :; fi; \
        done
@@ -35,7 +35,7 @@ install-@DIR@LIBRARIES: $(@DIR@_LIBRARIES)
        @list="$(@DIR@_LIBRARIES)"; for p in $$list; do \
          if test -f $$p; then \
 ## Must ranlib after installing because mod time changes.
-           echo "$(RANLIB) $(@DIR@dir)/$$p"; \
+           echo " $(RANLIB) $(@DIR@dir)/$$p"; \
            $(RANLIB) $(@DIR@dir)/$$p; \
          else :; fi; \
        done
diff --git a/lisp.am b/lisp.am
index 160dfdfab2c548417123f07dc39fb7d981154309..1d6e9bcc01b16e60e0f1267b9f1dcbb8ea547090 100644 (file)
--- a/lisp.am
+++ b/lisp.am
@@ -21,11 +21,11 @@ install-@DIR@LISP: $(@DIR@_LISP) $(ELCFILES)
 ## Funny invocation because Makefile variable can be empty, leading to
 ## a syntax error in sh.
        @list="$(@DIR@_LISP)"; for p in $$list; do \
-         echo "$(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p"; \
+         echo " $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p"; \
          $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p; \
 ## Only install .elc file if it exists.
          if test -f $${p}c; then \
-           echo "$(INSTALL_DATA) $${p}c $(@DIR@dir)/$${p}c"; \
+           echo " $(INSTALL_DATA) $${p}c $(@DIR@dir)/$${p}c"; \
            $(INSTALL_DATA) $${p}c $(@DIR@dir)/$${p}c; \
          else : ; fi; \
        done
index be0c553a303ff95f6def8543ef82c19611e7a3af..250309a24f2101cff846f71923c5f27b1276c373 100644 (file)
--- a/ltlibs.am
+++ b/ltlibs.am
@@ -24,7 +24,7 @@ install-@DIR@PROGRAMS: $(@DIR@_PROGRAMS)
          if test -f $$p; then \
 ## Note that we explicitly set the libtool mode.  This avoids any lossage
 ## if the program doesn't have a name that libtool expects.
-           echo "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(@DIR@dir)/$$p"; \
+           echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(@DIR@dir)/$$p"; \
            $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(@DIR@dir)/$$p; \
          else :; fi; \
        done
index 3a07d9573e0046290191fca4c85a5e1b436f989f..416fddc916d395e3a8296829dc045851d8959a32 100644 (file)
@@ -40,6 +40,7 @@ transform = @program_transform_name@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 PACKAGE = @PACKAGE@
 PERL = @PERL@
+TAR = @TAR@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = gnits
@@ -60,8 +61,6 @@ DIST_COMMON =  Makefile.am Makefile.in
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
        $(TEXINFOS) $(MANS) $(EXTRA_DIST)
-
-TAR = tar
 default: all
 
 .SUFFIXES:
index 6b4dc22b4ef6c898d15efb5e68c8ac903d761c60..432af873968589d7f69e9f7021f96b1ca79559bc 100644 (file)
--- a/progs.am
+++ b/progs.am
@@ -27,7 +27,7 @@ install-@DIR@PROGRAMS: $(@DIR@_PROGRAMS)
 ## a real libtool, its behaviour is identical to normal INSTALL_PROGRAM.
 ## Note that we explicitly set the libtool mode.  This avoids any lossage
 ## if the program doesn't have a name that libtool expects.
-           echo "@LIBTOOL@ $(INSTALL_PROGRAM) $$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`"; \
+           echo " @LIBTOOL@ $(INSTALL_PROGRAM) $$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`"; \
            @LIBTOOL@ $(INSTALL_PROGRAM) $$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`; \
          else :; fi; \
        done
index 8696ed8c1c5ad984c7bcbe8440a468708608414f..6700f4462f1933c1ee241899c7fd70ca1c693647 100644 (file)
@@ -22,10 +22,10 @@ install-@DIR@SCRIPTS: $(@DIR@_SCRIPTS)
 ## a syntax error in sh.
        @list="$(@DIR@_SCRIPTS)"; for p in $$list; do \
          if test -f $$p; then \
-           echo "$(INSTALL_SCRIPT) $$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`"; \
+           echo " $(INSTALL_SCRIPT) $$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`"; \
            $(INSTALL_SCRIPT) $$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`; \
          else if test -f $(srcdir)/$$p; then \
-           echo "$(INSTALL_SCRIPT) $(srcdir)/$$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`"; \
+           echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`"; \
            $(INSTALL_SCRIPT) $(srcdir)/$$p $(@DIR@dir)/`echo $$p|sed '$(transform)'`; \
          else :; fi; fi; \
        done
index c41e1649ce80a6177e4788f5bc8364895133a33c..b0ba635b2ebb36ebda83efe546d0065d7a39a3d2 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb 11 09:51:47 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * texinfo2.test: Fixed quoting bug.  From Michael Brantley.
+
 Tue Feb  4 18:41:32 1997  Tom Tromey  <tromey@cygnus.com>
 
        * confsub.test: Check subdir/Makefile.in to make sure dependency
index c4228083c532a6ff635474889c6b5c8f1befab27..c641ec126ec8cdeb67a9c448f6234f9827badde6 100644 (file)
@@ -40,6 +40,7 @@ transform = @program_transform_name@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 PACKAGE = @PACKAGE@
 PERL = @PERL@
+TAR = @TAR@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = gnits
@@ -72,8 +73,6 @@ DIST_COMMON =  ChangeLog Makefile.am Makefile.in
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
        $(TEXINFOS) $(MANS) $(EXTRA_DIST)
-
-TAR = tar
 default: all
 
 .SUFFIXES:
index d5ad9870b2a21415da2329f7bf0e62e4549af49b..6ca27fe7a68be3450aad651eec8099f131eb098e 100755 (executable)
@@ -17,4 +17,4 @@ END
 
 $AUTOMAKE || exit 1
 
-test -z `make -s -f Makefile.in magic | grep '~'`
+test -z "`make -s -f Makefile.in magic | grep '~'`"
index edd4c25a14c4e5f828419e1dea04fec317c46cbc..765d2b231a3274d673e042149731899c1c1c6093 100644 (file)
@@ -60,7 +60,7 @@ install-info-am: $(INFO_DEPS)
 ## be relative, for the install.
          for ifile in `cd $(srcdir) && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
            if test -f $(srcdir)/$$ifile; then \
-             echo "$(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile"; \
+             echo " $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile"; \
              $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \
            else : ; fi; \
          done; \
@@ -74,7 +74,7 @@ install-info-am: $(INFO_DEPS)
 ## instance if you don't have a dir file, install-info will fail.  I
 ## think instead it should create a new dir file for you.  This bug
 ## causes the `make distcheck' target to fail reliably.
-           echo "install-info --info-dir=$(infodir) $(infodir)/$$file";\
+           echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
            install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
          done; \
        else : ; fi
index 497e41a9cba4c5af05b19bce6a6f066cb76305d3..0f08a4b4f6519686581ae99ab1b1403aa4c7a618 100644 (file)
@@ -1,3 +1,3 @@
-@set UPDATED 7 January 1997
+@set UPDATED 6 February 1997
 @set EDITION 1.1l
 @set VERSION 1.1l
This page took 0.055431 seconds and 5 git commands to generate.