diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-07-13 20:49:42 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-07-13 20:49:42 +0000 |
commit | e5c3f801c7087ae0ca525a4536ae4d294b2c474a (patch) | |
tree | 88e39ce24bf3d4cfd6aaa412f26abe9ec9a183ab /configure.in | |
parent | 249de4f63c200105160b5677c48dfd8d4af074ab (diff) | |
download | gdb-e5c3f801c7087ae0ca525a4536ae4d294b2c474a.zip gdb-e5c3f801c7087ae0ca525a4536ae4d294b2c474a.tar.gz gdb-e5c3f801c7087ae0ca525a4536ae4d294b2c474a.tar.bz2 |
* Makefile.tpl: Set INSTALL and friends using autoconf. Remove
unused INSTALL_PROGRAM_ARGS.
* configure.in: Use AC_PROG_INSTALL.
* Makefile.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 7f5150f..6c22add 100644 --- a/configure.in +++ b/configure.in @@ -23,6 +23,9 @@ AC_PREREQ(2.13) AC_CANONICAL_SYSTEM AC_ARG_PROGRAM +# Get 'install' or 'install-sh' and its variants. +AC_PROG_INSTALL + sinclude(config/acx.m4) ### we might need to use some other shell than /bin/sh for running subshells |