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 | bfd260bb5cd5c17b599e3e094175a82f1e8fcbff (patch) | |
tree | 1139e88f0062e1a653ce2a08a53b43ff1488958b /gdb/configure.in | |
parent | 72cfdc760299dc3ac466f0bd331ab904411c58ae (diff) | |
download | gdb-bfd260bb5cd5c17b599e3e094175a82f1e8fcbff.zip gdb-bfd260bb5cd5c17b599e3e094175a82f1e8fcbff.tar.gz gdb-bfd260bb5cd5c17b599e3e094175a82f1e8fcbff.tar.bz2 |
* 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 566cbed..94cdef2 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 |