]> sourceware.org Git - automake.git/commitdiff
Updated for CVS
authorTom Tromey <tromey@redhat.com>
Sun, 3 Dec 1995 03:25:11 +0000 (03:25 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 3 Dec 1995 03:25:11 +0000 (03:25 +0000)
ChangeLog [new file with mode: 0644]
data.sed [deleted file]
dist-subd-vars.am [deleted file]
hack-make.sed [deleted file]
header.am [deleted file]
lib/am/header.am [deleted file]
lib/am/mans.am [deleted file]
mans.am [deleted file]
nl-remove.sed [deleted file]
packagedata.sed [deleted file]

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..b8b60d6
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,831 @@
+Thu Nov 30 20:13:16 1995  Tom Tromey  <tromey@cambric>
+
+       * automake.in ($PACKAGE): Removed.
+
+       * header-vars.am (ALL): Removed.
+
+       * automake.in: Reworked 'all' target handling.
+
+       * automake.in (generate_makefile):
+       Don't use AM_ forms in call to am_variable.
+
+       * automake.in: Changes for Perl 5, from Gord Matzigkeit
+
+       * clean.am (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
+
+       * automake.in (handle_footer): Allow SUFFIXES variable.
+
+       * automake.in (am_variable): New function.
+       (handle_texinfo): Use it.
+       (generate_makefile): Use it.
+
+       * configure.in: Version 0.24.
+
+Wed Nov 29 23:50:14 1995  Tom Tromey  <tromey@cambric>
+
+       * automake.in (handle_libraries):
+       Generate blah_LIBADD defines if required.
+
+       * library.am (lib@LIBRARY@.a): Look at $(@LIBRARY@_LIBADD)
+
+       * libraries-vars.am (LIBOBJS, ALLOCA): Removed.
+
+       * compile-kr.am: ($(OBJECTS)): Depend on $(ANSI2KNR), not ansi2knr.
+
+       * configure.in: Version 0.23
+
+       * dist-subd-top.am (dist): Don't die if a subdirectory already exists.
+
+       * dist-subd-top.am, dist.am (dist): Give automake --output-dir option.
+
+       * automake.in: New option --output-dir
+
+       * automake.in (handle_configure): Fixed typo.
+
+       * automake.in (handle_installdirs): Always make installdirs target.
+
+       * subdirs.am (RECURSIVE): Removed uninstall-data-recursive and
+       uninstall-exec-recursive.  Added installdirs-recursive.
+
+       * automake.in (handle_installdirs): Handle installdirs-recursive.
+       (handle_man_pages): 'all' depends on $(MANS)
+
+       * Makefile.am: Removed mans.am.
+
+       * automake.in: More man-related fixes
+
+       * automake.in: Bug fixes
+
+       * automake.in: Rewrote man page handling.
+
+       * texi-version.am, remake-hdr.am, depend.am: Don't use touch.
+
+       * automake.in (handle_installdirs): New function.
+       (@installdirs): New global.
+       Many changes to deal with installdirs.
+
+       * clean.am (clean-generic): Always supply 'else' clause to 'if'
+
+       * automake.in (generate_header): Don't use header.am.
+       (handle_dist): Don't use dist-subd-vars.am.
+
+       * Makefile.am (PACKAGEDATA): Removed dist-subd-vars.am, header.am.
+
+       * Makefile.am (DISTCLEANFILES): Removed.
+
+       * clean.am (clean-generic): Bug fix.
+
+       * clean.am (clean-generic): Only remove CLEANFILES if nonempty
+
+       * texi-version.am (clean-vti): No such macro as VTI
+
+Tue Nov 28 19:56:07 1995  Tom Tromey  <tromey@cambric>
+
+       * automake.in: Bug fix for maintainer-clean
+
+       * automake.in (do_one_clean_target):
+       Print special text in maintainer-clean.
+       (handle_clean): Always include clean.am
+
+       * clean.am: Use -generic clean targets.
+
+       * compile.am: Added clean targets.
+
+       * configure.in: Version 0.22.
+
+       * automake.in (handle_dependencies):
+       Put trailing newline after all deps.
+
+       * automake.in (handle_dependencies): Another dependency bug fix.
+
+       * automake.in (handle_dependencies):
+       Bug fix when including dependencies.
+
+       * automake.in (handle_configure):
+       Verify existence of install-sh, mkinstalldirs
+
+       * automake.in (handle_texinfo): Include stamp-vti in distribution
+
+       * dist-subd-vars.am, dist-vars.am (DIST_FILES):
+       Include DATA, PACKAGEDATA.
+
+       * Makefile.am: Nothing
+
+       * Makefile.am (DIST_OTHER): Don't distribute gettext-sh
+
+       * automake.in (handle_texinfo): Typo
+
+       * automake.in: If script ends up in shell, feed to perl
+
+       * automake.in: Rewrote 'clean' rules.
+       Documentation made and installed first.
+       'all' depends on 'info'
+
+Mon Nov 27 23:57:29 1995  Tom Tromey  <tromey@cambric>
+
+       * configure.in, Makefile.am: Turned off internationalization.
+
+       * clean-kr.am: Rewrote for new clean scheme.
+
+       * tags-clean.am: Remove TAGS in distclean, not maintainer-clean
+
+       * Makefile.am (PACKAGEDATA): Include tags-clean.am
+
+       * subdirs.am: Removed bogus local clean targets
+
+       * tags-clean.am: Initial revision
+
+       * texi-version.am: Added clean targets
+
+       * texinfos.am: Fixes to clean targets.
+
+       * texinfos.am, libscripts.am, scripts.am, libraries.am, libprograms.am, programs.am:
+       Added clean targets
+
+       * compile-kr.am (ansi2knr.o): Depend on CONFIG_HEADER
+
+       * automake.in: Completely revamped automatic de-ANSI-fication
+
+       * compile-kr.am: (ansi2knr, $(OBJECTS)): New targets
+
+       * compile-vars.am (LINK): New macro
+
+       * kr-vars.am: Trailing blank line
+
+       * compile-kr.am: Rewrote
+
+       * compile-vars.am (COMPILE): New macro
+
+       * compile-vars.am (ANSI2KNR): Removed
+
+       * Makefile.am (PACKAGEDATA): Removed all sed scripts.  Added kr-vars.am
+
+       * kr-vars.am: Initial revision
+
+       * automake.in (require_file): New function.
+       (handle_texinfo): Require 'mdate-sh'
+       (common_sometimes): New variable
+       (usage): Use it.
+
+       * texi-version.am (stamp-vti): Use Ulrich's mdate-sh script
+
+       * mdate-sh: Initial revision
+
+       * automake.in (handle_footer): Don't define SOURCES or OBJECTS if empty
+
+       * automake.in (generate_makefile):
+       Put Makefile.in, Makefile.am in @dist_common
+       (handle_configure): Use @dist_common as appropriate
+
+       * dist-subd-vars.am, dist-vars.am (DIST_CONF): Removed
+
+       * configure.in: Abort if perl not found
+
+       * configure.in: Look for perl
+
+       * automake.in: Reimplemented in Perl
+
+       * automake.in: Fixlet
+
+Sun Nov 26 08:09:30 1995  Tom Tromey  <tromey@cambric>
+
+       * automake.in: Always print ".SUFFIXES:" rule.
+
+       * automake.in: Distribution config.h.in if required
+
+       * automake.in: Bug fix when including texi-version.am
+
+       * automake.in: Bug fix when looking for .texi file in $am_reldir
+
+       * depend.am: Comment fix
+
+       * automake.in: Look for .texi file in $am_reldir
+
+       * automake.in: Fixlet
+
+       * automake.in: Blank line after targets from user's Makefile.am
+
+       * automake.in: Move footer items to actual footer
+
+       * automake.in: Include stamp-h.in in DIST_COMMON if necessary
+
+       * automake.in (common):
+       Don't include acconfig.h, config.h.top, config.h.bot
+
+       * Makefile.am (CONFIG_HEADER): Renamed from CONFIG_H
+
+       * Makefile.am (CONFIG_H): Define
+
+       * acconfig.h: Initial revision
+
+       * configure.in: Use AC_CONFIG_HEADER.
+
+       * automake.in: Put blah_TEXINFOS into DIST_COMMON
+
+       * automake.in: .info file explicitly depends on primary .texi file
+
+       * texinfos.am (install-info): Always supply 'else' clause to 'if'
+
+       * tags.am (TAGS): Always supply 'else' clause to 'if'
+
+       * subdirs.am (.NOEXPORT): Removed (now in footer.am)
+
+       * automake.in: Always include footer.am in output
+
+       * mans.am (install-man): Always supply 'else' clause to 'if'
+
+       * automake.in: More version.texi fixes
+
+       * automake.in: Only do version.texi processing if requested.
+
+       * automake.in: Minor internationalization fixes.
+       Subshell can now exit with nonzero status.
+       Fixed up .texi handling; now uses texi-version.am
+       Make sure '.c' and '.o' are in .SUFFIXES if required.
+
+       * Makefile.am (PACKAGEDATA): Include texi-version.am
+       (stamp-vti, version.texi): Removed
+       (TEXINFOS): Don't reference version.texi
+
+       * texi-version.am: Initial revision
+
+       * dist.am, dist-subd-top.am (dist):
+       [DIST_SUBDIRS] Follow symlinks when copying.
+
+       * dist-subd-top.am (dist): Removed unneeded subdir= option to make
+
+Sat Nov 25 23:23:39 1995  Tom Tromey  <tromey@cambric>
+
+       * automake.in: Added --amdir option
+
+       * Makefile.am, configure.in: Turned on internationalization
+
+       * Makefile.am: Set EDITION
+
+       * configure.in: Version 0.21
+
+       * tags.am, tags-subd.am: Don't use double-colon rules
+
+       * automake.in: Redid install-data, install-exec, uninstall handling
+
+       * configure.in: Turn off i18n
+
+Fri Nov 24 23:51:37 1995  Tom Tromey  <tromey@cambric>
+
+       * automake.in (common): Remove NLS
+
+       * automake.in (common): Include ABOUT-NLS.
+
+       * automake.in: Test for install-sh and mkinstalldirs
+
+       * automake.in: Blank line after OBJECTS= line
+
+       * automake.in: Start subshell in loop after check for Makefile.am
+
+       * automake.in: --use-deps now the default
+
+       * automake.in (am_dir): Don't apply transform to install directory name
+
+       * packagedata.am: Don't apply transform to install directory name
+
+       * Makefile.am (SUBDIRS): Hold off on internationalization
+
+Thu Nov 23 18:02:38 1995  Tom Tromey  <tromey@cambric>
+
+       * automake.in:
+       Write 'SOURCES =' line after copying Makefile.am variables
+
+       * automake.in: Fixed bug in "--" option processing
+
+       * subdirs.am: ($(RECURSIVE)): Removed trailing \ from last line
+
+       * Makefile.am (DIST_OTHER): Include gettext-sh
+
+       * Makefile.am (SUBDIRS): Define
+
+       * configure.in: Include internationalization bits
+
+       * automake.in: Many changes to avoid double-colon rules.
+
+       * subdirs.am: ($(RECURSIVE)): Print name of target actually used
+
+       * subdirs.am: Removed "::" rules
+
+       * header.am: Removed install, uninstall
+
+       * header.am: Added install, uninstall targets
+
+       * hack-make.sed: Rewrite targets like "all-local" to "all_local"
+
+       * header.am, libraries.am, mans.am, texinfos.am, footer.am:
+       Removed "::" rules
+
+       * Makefile.am (PACKAGEDATA): Include libscripts.am
+
+       * libprograms.am: Don't install libscripts here
+
+       * libscripts.am: Initial revision
+
+       * scripts.am, programs.am, libprograms.am: Removed "::" rules
+
+       * automake.in (am_dir): Run package name through name transform.
+
+       * automake.in: Don't use packagedata.sed or data.sed
+
+       * Makefile.am (PACKAGEDATA): Removed data.sed, packagedata.sed.  Added
+       packagedata.am
+
+       * data.am: No longer run through sed
+
+       * packagedata.am: Initial revision
+
+Wed Nov 22 22:31:02 1995  Tom Tromey  <tromey@cambric>
+
+       * automake.in: No blank line after Usage
+
+       * automake.in: Removed "NLS nuisances" section.
+       Now uniformly uses $echo for user-visible messages (in advance of
+       internationalization)
+
+       * subdirs.am (maintainer-clean): Don't use realclean-local
+
+       * Makefile.am: Use PACKAGEDATA, not custom code
+
+       * data.am: Use @LONG@, not $(@LONG@)
+
+       * automake.in: Handle DATA and PACKAGEDATA
+
+       * packagedata.sed: Initial revision
+
+       * data.am: Use @DIR@, not $(@DIR@)
+
+       * data.sed: Use $(datadir), not datadir
+
+       * data.sed: Initial revision
+
+       * data.am: Wrote uninstall targets
+
+       * data.am: Initial revision
+
+       * dist-subd.am (dist): Don't link a file that has already been linked
+
+       * dist-subd-top.am, dist.am (dist):
+       Run `automake --include-deps' before making distribution
+
+       * automake.in: More dependency-tracking bug fixes
+
+       * dist-vars.am (DIST_FILES): Rearranged to be like dist-vars-subd.am
+
+       * dist-subd-vars.am (DIST_FILES): Include DIST_COMMON
+
+       * tags-subd.am, tags.am: Added trailing blank line
+
+       * depend.am: Use ".P", not "empty.P", as placeholder.
+
+       * automake.in: Only include depend.am if SOURCES not empty
+
+       * automake.in: Added --use-deps and --include-deps options.
+       Handle auto-generating dependencies.
+
+       * Makefile.am (am_DATA): Include depend.am
+
+       * depend.am: Initial revision
+
+       * automake.in: Look for acconfig.h, config.h.top, and config.h.bot
+
+       * automake.in: Put blank line after .SUFFIXES
+
+       * scripts.am: Added blank line at end
+
+       * scripts.am: Removed unnecessary comment
+
+       * scripts.am: Removed unnecessary workarounds
+
+       * automake.in: Don't include programs.am if PROGRAMS empty
+
+       * header-vars.am (INSTALL_SCRIPT): Typo
+
+       * texinfos.am, compile-kr.am: Don't include .SUFFIXES
+
+       * automake.in: Handle .SUFFIXES here.
+
+       * configure.in: Use fp_PROG_INSTALL
+
+       * header-vars.am: Changes for autoconf 2.5.
+       Now includes INSTALL_SCRIPTS.
+
+       * texinfos.am (install-info): Bug fix
+
+       * automake.in:
+       Include scripts.am or libscripts.am in output if appropriate
+
+       * programs.am (install-programs, uninstall-programs):
+       Don't install SCRIPTS
+
+       * Makefile.am (am_DATA): Include scripts.am
+
+       * scripts.am: Initial revision
+
+Tue Nov 21 09:11:38 1995  Tom Tromey  <tromey@cambric>
+
+       * automake.in:
+       Cleaned up how "prog_SOURCES" variable is found in input.
+       Ditto prog_OBJECTS.
+       Put static sed scripts into separate, installed files.
+
+       * Makefile.am (am_DATA): Include hack-make.sed and nl-remove.sed
+
+       * hack-make.sed, nl-remove.sed: Initial revision
+
+       * texinfos.am (install-info): Rewrote
+
+       * subdirs.am (all-recursive): Put with other -recursive rules
+
+       * configure.in: Version 0.20
+
+       * automake.in: Another bug fix
+
+       * automake.in: Bug fix when looking for texinfo.tex
+
+       * texinfo.tex: Initial revision
+
+       * automake.in:
+       If TEXINFOS defined but texinfo.tex does not exist, give warning.
+
+       * subdirs.am (all): Renamed from _all.  Now uses all-recursive
+       (all-recursive): Don't fail immediately if -k specified.
+
+Mon Nov 20 22:48:03 1995  Tom Tromey  <tromey@cambric>
+
+       * subdirs.am (_all):
+       New target.  Now use Jim Meyering's formulation of AIX
+       workaround.
+       (install-exec, install-data): New targets
+
+Sat Nov 18 19:07:30 1995  Tom Tromey  <tromey@cambric>
+
+       * remake.am (Makefile.in): automake "Makefile", not "Makefile.am"
+
+       * automake.in: Use @datadir@
+
+       * automake.in: Added @configure_input@ line
+
+Fri Nov 17 23:32:43 1995  Tom Tromey  <tromey@cambric>
+
+       * automake.in: "--help" option now prints auto-recognized file names.
+       Allow AM_ overriding of more variables.
+
+       * texinfos.am (install-info):
+       Don't cd to srcdir to avoid breaking install-sh
+       Other bug fixes
+
+       * Makefile.am: Handle automake.texi
+
+Thu Nov 16 18:43:43 1995  Tom Tromey  <tromey@cambric>
+
+       * subdirs.am (all): Separated out due to AIX 3.2.5 bug.
+
+       * tags.am (TAGS): bug fix
+
+       * automake.in: Use am_dir, not AM_DIR.
+       Use version, not VERSION.
+       Bug fix in TAGS code.
+
+       * Makefile.am (am_DATA): Include tags.am and tags-subd.am
+
+       * subdirs.am: TAGS target now in tags.am
+
+       * footer.am: TAGS and ID targets now in tags-subd.am
+
+       * tags-subd.am, tags.am: Initial revision
+
+       * automake.in: Cleaned up AM_PROGRAM code.
+       Handle TAGS target better
+
+       * remake.am, remake-subd.am (Makefile.in): Bug fix.
+
+       * automake.in (usage): Updated
+
+       * remake-subd.am, remake.am:
+       Added rule where Makefile.in depends on Makefile.am
+
+       * automake.in: Entire body of 'for' loop now in subshell
+
+       * automake.in (common): config.guess and config.sub are common files.
+
+       * dist-subd-top.am, dist.am (dist): Bug fix.
+
+       * Makefile.am (DIST_OTHER): Don't include TODO
+
+       * automake.in: Auto-include TODO and THANKS files.
+
+       * dist-subd-top.am, dist.am (dist): Don't depend on DIST_DIRS
+
+       * automake.in: More bug fixes in "look for Makefile.am" code.
+
+       * automake.in: Bug fix in "look for Makefile.am" code.
+
+       * automake.in:
+       If no arguments given, look for all Makefile.am's in this
+       directory and in immediate subdirs
+
+       * automake.in: Bug fixes for LDADD-override feature.
+
+       * program.am: Use @PROGRAM@_LDADD, and put after LDFLAGS
+
+       * automake.in: Allow `prog_LDADD', if specified, to override LDADD.
+
+       * automake.in: Use AM_PROGRAMS, not ALLPROGRAMS, and invert sense.
+
+       * header-vars.am (ALL): Use PROGRAMS, not ALLPROGRAMS.
+
+Wed Nov 15 01:54:43 1995  Tom Tromey  <tromey@cambric>
+
+       * automake.in: No longer look for _SOURCES or _OBJECTS
+
+       * header-vars.am:
+       Remove "automatically created" header (now in automake).
+       Updated copyright.
+
+       * automake.in: Put version info in Makefile header
+
+Tue Nov 14 23:38:17 1995  Tom Tromey  <tromey@cambric>
+
+       * automake.in: Minor cleanups
+
+       * dist-subd-top.am, dist.am (dist):
+       Don't link or copy file if it already exists.
+
+       * automake.in:
+       Look for _SOURCES (common sources) and generate _OBJECTS.
+
+       * footer.am (ID, TAGS): Include HEADERS
+
+       * dist-vars.am, dist-subd-vars.am (DIST_FILES): Include HEADERS
+
+Mon Nov 13 22:20:02 1995  Tom Tromey  <tromey@cambric>
+
+       * dist-subd.am (distdir): Is relative to ".."
+
+       * dist-subd-vars.am (PACKAGE, VERSION): Define
+
+       * dist-subd.am (dist): Don't handle DIST_DIRS.
+
+       * mans.am (uninstall-man): Another bug fix.
+
+       * mans.am (uninstall-man): Bug fix.
+
+       * dist.am, dist-subd-top.am (dist): Bug fix
+
+       * Makefile.am (DIST_SUBDIRS): New macro
+
+       * dist-subd-top.am, dist.am (dist): Handle DIST_SUBDIRS
+
+       * Makefile.am (DIST_OTHER): Include automake.in
+
+       * Makefile.am (DISTCLEANFILES): New macro.
+
+       * automake.in (common): Include COPYING.LIB
+
+       * Makefile.am (automake): New rule.
+
+       * texinfos.am (install-info): Changed per GNU standards
+
+       * remake-hdr.am (stamp-h.in):
+       Use "touch", not "date", per GNU standards.
+
+       * automake.in (common): Include texinfo.tex
+
+Sun Nov 12 23:59:08 1995  Tom Tromey  <tromey@cambric>
+
+       * automake.in: More fixes when finding common files.
+
+       * Makefile.am (DIST_OTHER): Another removal.
+
+       * automake.in: Special-case when amdir=.
+
+       * Makefile.am (DIST_OTHER): Removed auto-detected files.
+       
+       * automake.in:
+       Search for commonly-used files and auto-include them in distribution
+
+       * dist-vars.am (DIST_FILES): Include DIST_COMMON.
+       (DIST_CONF): Removed files searched for by automake.
+
+       * automake.in: More arg-parsing bug fixes.
+
+       * Makefile.am (DIST_OTHER): Include install-sh
+
+       * Makefile.am (DIST_OTHER): Don't include auto-included files.
+
+       * automake.in: Bug fixes to argument parsing code.
+
+       * automake.in: Handle --version and --help.
+       NLS stuff from autoconf.
+
+       * Makefile.am (amdatadir): Fixed typo.
+       (install): Make install directories
+
+       * Makefile.am: Use "install::", not "install:"
+
+       * install-sh, mkinstalldirs: Initial revision
+
+       * configure.in: Use AC_PROG_INSTALL
+
+       * automake.in: Set AM_DIR based on configure results.
+
+       * Makefile.am (install): New target.
+       (amdatadir): New variable.
+
+       * automake.in: Use "#! /", not "#!/".
+
+       * Makefile.am, configure.in: Initial revision
+
+       * automake.in: Renamed from "automake".
+       Set VERSION.
+
+       * dist.am (PACKAGE, VERSION): Now in dist-vars.am
+
+       * automake.in: Insert remake-subd.am if appropriate.
+
+       * subdirs.am (TAGS): Include $(CONFIG_HEADER) when making tags.
+
+       * automake.in: Handle ALLPROGRAMS variable.
+
+       * header-vars.am (ALL): Use ALLPROGRAMS, not PROGRAMS.
+
+       * automake.in: Fixlet when printing "subdir=DIR"
+
+       * automake.in: Put "subdir=DIR" into subdir Makefile
+
+       * automake.in: Don't refer to distname.am.
+       Only put footer.am in subdir Makefiles.
+
+       * subdirs.am (id, ID): New target.
+       (.NOEXPORT): Copied from footers.am.
+
+       * subdirs.am (TAGS): Bug fixes.
+
+       * subdirs.am (TAGS): Don't fail if a subdir doesn't have TAGS target.
+
+       * subdirs.am (maintainer-clean-local): Remove TAGS
+
+       * subdirs.am (TAGS): Make tags file that includes all subdir tags files
+
+       * subdirs.am: Use maintainer-clean, per GNU standards
+
+       * dist-subd-top.am: Some variables defined in dist-vars.am
+
+       * dist-vars.am (PACKAGE, VERSION):
+       New variables, initialized by configure
+
+       * footer.am (id, ID): New targets
+       (TAGS): Put TAGS file in build, not source, directory
+
+       * remake-subd.am (Makefile): Don't assume subdir is 'src'
+
+       * dist.am: Changed to assume PACKAGE and VERSION are set by configure.
+
+       * dist-subd.am: Changed to conform to new top-level dist target.
+
+       * dist-subd-top.am:
+       Changed to assume PACKAGE and VERSION are set by configure.
+
+       * clean-kr.am, clean.am (maintainer-clean):
+       Updated rules per GNU standards.
+
+       * clean.am, clean-kr.am (maintainer-clean): Renamed from realclean.
+
+Sat Nov  5 14:39:50 1994  djm  <djm@cambric>
+
+       * automake.in, texinfos.am: kludge for multiple-part info files
+
+Thu Nov  3 13:33:44 1994  djm  <djm@cambric>
+
+       * clean.am, clean-kr.am: remove INFOS
+
+Wed Nov  2 06:15:42 1994  djm  <djm@cambric>
+
+       * texinfos.am: add path
+
+       * remake.am, remake-hdr.am: account for VPATH limitations
+
+Mon Oct 24 23:01:59 1994  djm  <djm@cambric>
+
+       * automake.in, dist-subd-top.am, dist-subd.am, dist.am, header-vars.am, libprograms.am, programs.am:
+       handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS
+
+Sun Oct 23 01:50:41 1994  djm  <djm@cambric>
+
+       * texinfos.am: install-info depends on info files
+
+       * dist-subd-vars.am, dist-vars.am: distrib info files
+
+Sun Oct  2 02:03:06 1994  djm  <djm@cambric>
+
+       * clean-kr.am, clean.am: fix up distclean
+
+       * subdirs.am: fix typo
+
+       * clean.am: do more in distclean
+
+Sat Oct  1 23:52:51 1994  djm  <djm@cambric>
+
+       * libraries.am: make install depend on all
+
+       * automake.in: fix typo
+
+Wed Sep 28 21:15:26 1994  djm  <djm@cambric>
+
+       * dist-subd-vars.am, dist-vars.am, header-vars.am: fix doc bugs
+
+       * automake.in, compile-vars.am, dist.am: fix dist for no subdirs
+
+       * dist-subd-top.am: Initial revision
+
+       * automake.in, header-vars.am, libraries-vars.am, mans-vars.am, texinfos-vars.am:
+       centralize prefix var setting
+
+       * header-vars.am: set all the std vars based on prefix
+
+Tue Sep 27 01:32:22 1994  djm  <djm@cambric>
+
+       * automake.in: don't add kr stuff if not needed
+
+       * dist-vars.am: add config vars to dist
+
+Mon Sep 26 23:09:09 1994  djm  <djm@cambric>
+
+       * program.am: add LDADD
+
+       * compile-vars.am: remove LDADD from LDFLAGS
+
+       * clean.am: move knr stuff to another file
+
+       * automake.in: use different clean file for ansi2knr
+
+       * clean-kr.am: Initial revision
+
+Thu Sep 22 03:45:02 1994  djm  <djm@cambric>
+
+       * automake.in, dist-subd.am, dist.am: fix rules and dist
+
+Tue Sep 20 21:29:40 1994  djm  <djm@cambric>
+
+       * compile.am, automake.in: split out knr
+
+       * compile-kr.am: Initial revision
+
+       * libprograms.am: fix typo
+
+       * automake.in, clean.am, compile-vars.am, header-vars.am, libprograms.am:
+       make libprograms work
+
+       * libprograms.am: Initial revision
+
+       * automake.in, compile.am, header-vars.am: fix little bugs
+
+       * compile.am: allow parallel K&R
+
+       * clean.am: remove kerb temps
+
+       * automake.in: fix recognizing start of rules
+
+       * dist-subd.am, dist.am: fix dist
+
+       * automake.in, compile.am, footer.am, texinfos.am: fix ansi2knr
+
+Mon Sep 19 23:39:21 1994  djm  <djm@cambric>
+
+       * automake.in: works on m4 too
+
+       * automake.in, mans.am: works on fileutils
+
+       * automake.in, clean.am, compile.am, dist-subd.am, dist.am, footer.am, header-vars.am, header.am, libraries.am, library.am, mans-vars.am, mans.am, programs.am, remake-hdr.am, remake-subd.am, remake.am, subdirs.am, texinfos.am:
+       works on fileutils except for all
+
+       * automake.in: vars thing
+
+       * header-vars.am: Initial revision
+
+       * texinfos-vars.am, mans-vars.am, libraries-vars.am, dist-vars.am, dist-subd-vars.am:
+       entered into RCS
+
+       * compile-vars.am: Initial revision
+
+       * automake.in: many improvements
+
+       * footer.am: Initial revision
+
+       * dist.am: remove distname
+
+       * automake.in: namespace cleanup
+
+       * distname.am: Initial revision
+
+       * automake.in, clean.am, compile.am, dist-subd.am, dist.am, header.am, libraries.am, library.am, mans.am, program.am, programs.am, remake-hdr.am, remake.am, subdirs.am, texinfos.am:
+       might work
+
+       * mans.am, libraries.am, texinfos.am, library.am, compile.am, program.am, programs.am, clean.am, subdirs.am, remake-subd.am, remake.am, remake-hdr.am, dist.am, dist-subd.am, header.am, automake.in:
+       Initial revision
+
diff --git a/data.sed b/data.sed
deleted file mode 100644 (file)
index fa2b1d2..0000000
--- a/data.sed
+++ /dev/null
@@ -1,4 +0,0 @@
-# Hack data.am for DATA variable.
-s/@SHORT@/d/g
-s/@LONG@/$(DATA)/g
-s/@DIR@/$(datadir)/g
diff --git a/dist-subd-vars.am b/dist-subd-vars.am
deleted file mode 100644 (file)
index a63be09..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-PACKAGE = @PACKAGE@
-VERSION = @VERSION@
-
-DIST_FILES = $(SOURCES) $(HEADERS) $(TEXINFOS) $(INFOS) $(MANS) \
-       $(DIST_OTHER) $(DIST_COMMON) $(DATA) $(PACKAGEDATA)
-
diff --git a/hack-make.sed b/hack-make.sed
deleted file mode 100644 (file)
index 4de5ebb..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Turn Makefile target and variable assignments into shell variable
-# assignments:
-# * For targets, define the variable `target_NAME' to "explicit".
-# * For variables whose names are uppercase, perform the actual assignment.
-#   We only do this for all-upper variables to avoid conflict with variables
-#   used in automake.
-# * For other variables, define `var_NAME' to "explicit".  Such variables
-#   can only be used as flags; any use of their values must be done
-#   later, in the generated Makefile.
-s/(/{/g
-s/)/}/g
-/^ *\([a-zA-Z_.][-a-zA-Z0-9_.]*\):.*/{
-s//target_\1=explicit/
-s/[.-]/_/g
-p
-}
-s/^ *\([A-Z][A-Z0-9_]*\)[       ]*=[    ]*\(.*\)/\1='\2'/p
-s/^ *\([A-Za-z][A-Za-z0-9_]*\)[        ]*=[    ]*\(.*\)/var_\1=explicit/p
diff --git a/header.am b/header.am
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/lib/am/header.am b/lib/am/header.am
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/lib/am/mans.am b/lib/am/mans.am
deleted file mode 100644 (file)
index 582d265..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-install-man:
-       for man in $(MANS); do                  \
-         sect=`echo $$man|sed 's%.*\.\([0-9][a-z]*\)$$%\1%'`; \
-         inst=`basename $$man $$sect|sed '$(transform)'`$$sect; \
-         mdir=$(mandir)/man$$sect;             \
-         $(top_srcdir)/mkinstalldirs $$mdir;   \
-         echo installing $$man as $$mdir/$$inst; \
-         $(INSTALL_DATA) $(srcdir)/$$man $$mdir/$$inst; \
-         cdir=$(mandir)/cat$$sect;             \
-         if test -d $$cdir; then               \
-           echo formatting $$man as $$cdir/$$inst; \
-           $(NROFF) -man $(srcdir)/$$man > $$cdir/$$inst; \
-         else                                  \
-           true;                               \
-         fi;                                   \
-       done
-
-uninstall-man:
-       for man in $(MANS); do
-         sect=`echo $$man|sed 's%.*\(\.[0-9][a-z]*\)$$%\1%'`; \
-         inst=`basename $$man $sect|sed '$(transform)'`.$$sect; \
-         mdir=$(mandir)/man$$sect; \
-         cdir=$(mandir)/cat$$sect; \
-         rm -f $$mdir/$$inst $$cdir/$$inst; \
-       done
-
diff --git a/mans.am b/mans.am
deleted file mode 100644 (file)
index 582d265..0000000
--- a/mans.am
+++ /dev/null
@@ -1,26 +0,0 @@
-install-man:
-       for man in $(MANS); do                  \
-         sect=`echo $$man|sed 's%.*\.\([0-9][a-z]*\)$$%\1%'`; \
-         inst=`basename $$man $$sect|sed '$(transform)'`$$sect; \
-         mdir=$(mandir)/man$$sect;             \
-         $(top_srcdir)/mkinstalldirs $$mdir;   \
-         echo installing $$man as $$mdir/$$inst; \
-         $(INSTALL_DATA) $(srcdir)/$$man $$mdir/$$inst; \
-         cdir=$(mandir)/cat$$sect;             \
-         if test -d $$cdir; then               \
-           echo formatting $$man as $$cdir/$$inst; \
-           $(NROFF) -man $(srcdir)/$$man > $$cdir/$$inst; \
-         else                                  \
-           true;                               \
-         fi;                                   \
-       done
-
-uninstall-man:
-       for man in $(MANS); do
-         sect=`echo $$man|sed 's%.*\(\.[0-9][a-z]*\)$$%\1%'`; \
-         inst=`basename $$man $sect|sed '$(transform)'`.$$sect; \
-         mdir=$(mandir)/man$$sect; \
-         cdir=$(mandir)/cat$$sect; \
-         rm -f $$mdir/$$inst $$cdir/$$inst; \
-       done
-
diff --git a/nl-remove.sed b/nl-remove.sed
deleted file mode 100644 (file)
index 2459f77..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# Remove \newline.
-/\\$/{
-  s///
-  H
-  d
-}
-/[^\\]$/{
-  H
-  x
-  s/\n//g
-  p
-  s/.*//
-  h
-}
diff --git a/packagedata.sed b/packagedata.sed
deleted file mode 100644 (file)
index 1d53652..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# Hack data.am for PACKAGEDATA variable.
-s/@SHORT@/p/g
-s/@LONG@/$(PACKAGEDATA)/g
-s,@DIR@,$(datadir)/$(PACKAGE),g
This page took 0.056306 seconds and 5 git commands to generate.