diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-04 19:35:15 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-04 19:35:15 +0000 |
commit | 6464810dbdc4f207c72b37a2fe0dfc8cddf48f66 (patch) | |
tree | 071884c8e7aff69e9c1d2fb0b2877509aa841b17 /gdb/configure.in | |
parent | 428b43c8e460290e734dafa43fa2dbae01283700 (diff) | |
download | gdb-6464810dbdc4f207c72b37a2fe0dfc8cddf48f66.tar.gz |
* configure.in: Don't set and AC_SUBST SUBDIRS.
* configure: Regenerated.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 566cbed461f..94cdef22d25 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -1247,8 +1247,6 @@ if test "x$target" = "x$host"; then fi AC_CONFIG_SUBDIRS($configdirs) -SUBDIRS=$subdirs -AC_SUBST(SUBDIRS) # If hostfile (XM_FILE) and/or targetfile (TM_FILE) and/or nativefile # (NAT_FILE) is not set in config/*/*.m[ht] files, we link to an empty |