Tag

  • Show log

    Commit

  • Hash : 6921e816
    Author : Tom Tromey
    Date : 1999-03-27T00:28:05

    	* scripts.am (install-@DIR@SCRIPTS): Use NDIR when appropriate.
    	(uninstall-@DIR@SCRIPTS): Likewise.
    	* progs.am (install-@DIR@PROGRAMS): Use NDIR when appropriate.
    	(uninstall-@DIR@PROGRAMS): Likewise.
    	* ltlib.am (install-@DIR@LTLIBRARIES): Use NDIR when appropriate.
    	(uninstall-@DIR@LTLIBRARIES): Likewise.
    	* lisp.am (install-@DIR@LISP): Use NDIR when appropriate.
    	(uninstall-@DIR@LISP): Likewise.
    	* libs.am (install-@DIR@LIBRARIES): Use NDIR when appropriate.
    	(uninstall-@DIR@LIBRARIES): Likewise.
    	* java.am (install-@DIR@JAVA): Use NDIR when appropriate.
    	(uninstall-@DIR@JAVA): Likewise.
    	* header.am (install-@DIR@HEADERS): Use NDIR when appropriate.
    	(uninstall-@DIR@HEADERS): Likewise.
    	* data.am (install-@DIR@DATA): Use NDIR when appropriate.
    	(uninstall-@DIR@DATA): Likewise.
    	* Makefile.in: Rebuilt.
    	* Makefile.am (dist_pkgdata_DATA): Renamed.
    	(EXTRA_DIST): Removed.
    	(install-data-hook): Added POST_INSTALL; print commands as they
    	are run; respect DESTDIR.
    	* dist-vars.am (DISTFILES): Removed $(HEADERS).
    	* automake.in (am_install_var): Accept `-candist' and
    	`-defaultdist' options.  Handle `dist_' and `nodist_' prefixes.
    	(am_primary_prefixes): Added can_dist argument.  Recognize `dist_'
    	and `nodist_' prefixes.
    	(handle_scripts): Pass -candist to am_install_var.
    	(handle_data): Pass -defaultdist to am_install_var.
    	(handle_headers): Likewise.
    	(handle_emacs_lisp): Pass -candist to am_install_var.
    	(handle_java): Pass -candist to am_install_var.