|
aecaf575
|
1999-04-16T14:02:20
|
|
From Brian Ford:
* progs.am (install-@DIR@PROGRAMS, uninstall-@DIR@PROGRAMS):
Invoke `sed' only once per program.
* scripts.am (install-@DIR@SCRIPTS, uninstall-@DIR@SCRIPTS):
Invoke `sed' only once per program.
|
|
6921e816
|
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.
|
|
a85ba428
|
1999-03-26T21:57:32
|
|
* automake.in (am_install_var): Removed obsolete comment.
* texinfos.am (uninstall-info): Don't print loop but instead print
commands. Simplified pre-uninstall loop.
* scripts.am (uninstall-@DIR@SCRIPTS): Don't print loop but
instead print commands.
* progs.am (uninstall-@DIR@PROGRAMS): Don't print loop but instead
print commands.
* ltlib.am (uninstall-@DIR@LTLIBRARIES): Don't print loop but
instead print commands.
* lisp.am (install-@DIR@LISP): Strip subdir from file name.
(uninstall-@DIR@LISP): Likewise. Also, don't print loop but
instead print commands.
* libs.am (uninstall-@DIR@LIBRARIES): Don't print loop but instead
print commands.
* java.am (uninstall-@DIR@JAVA): Don't print loop but instead
print commands.
* header.am (install-@DIR@HEADERS): Strip subdir from file name.
(uninstall-@DIR@HEADERS): Likewise. Also, don't print loop but
instead print commands.
* data.am (install-@DIR@DATA): Strip subdir from file name.
(uninstall-@DIR@DATA): Likewise. Also, don't print loop but
instead print commands.
|
|
94eea578
|
1999-03-23T13:59:40
|
|
* progs.am (install-@DIR@PROGRAMS): Use `-e' instead of multiple
sed invocations. From Elrond.
(uninstall-@DIR@PROGRAMS): Likewise.
|
|
243027ec
|
1999-02-02T09:51:58
|
|
* automake.in (handle_merge_targets): Use INSTALL_STRIP_FLAG.
* progs.am (install-@DIR@PROGRAMS): Added INSTALL_STRIP_FLAG.
* header-vars.am (INSTALL_PROGRAM): Removed
AM_INSTALL_PROGRAM_FLAGS.
(INSTALL_STRIP_FLAG): New macro.
|
|
cc0b6cc5
|
1998-06-23T23:39:29
|
|
EXEEXT -vs- transform fix
|
|
660081d8
|
1998-03-20T20:09:08
|
|
added DESTDIR support
|
|
daca6bcd
|
1998-02-24T19:37:24
|
|
reimplemented man pages
|
|
3038064b
|
1997-08-25T23:25:10
|
|
merged changes from Cygnus
|
|
4119bfe6
|
1997-04-02T07:53:36
|
|
quoting fix from Per
|
|
c7b17270
|
1997-03-28T00:30:30
|
|
another _INSTALL var fix
|
|
430d000d
|
1997-03-26T05:57:50
|
|
follow GNU standards
|
|
9bac5002
|
1997-03-22T05:40:13
|
|
new files from elsewhere
|
|
9c2ae2af
|
1997-03-20T23:51:34
|
|
cygwin32 support
|
|
128c3d73
|
1997-03-19T04:38:45
|
|
libtool patches from Gord
|
|
1b10e923
|
1997-02-21T07:50:43
|
|
many fixes
|
|
12014054
|
1996-12-08T21:05:11
|
|
installs now 'quiet'
|
|
4d712526
|
1996-12-03T17:48:56
|
|
bug fix
|
|
f854b32d
|
1996-12-01T20:35:52
|
|
More fixes
|
|
2f97b80c
|
1996-11-22T06:58:20
|
|
Merged in Gord's libtool patches
|
|
c19b5620
|
1996-10-06T03:55:55
|
|
Many bug fixes
|