diff options
author | Roland Pesch <pesch@cygnus> | 1992-03-13 20:57:33 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-03-13 20:57:33 +0000 |
commit | 4f98572e72df46582936ca058cf27385bc9542d8 (patch) | |
tree | 04158911e363ccab3442a04269c8ffcf94e09490 /gdb/doc/configure.in | |
parent | fe7ca711919a6d6d8b902be5f2e68eb1fc9144f2 (diff) | |
download | gdb-4f98572e72df46582936ca058cf27385bc9542d8.zip gdb-4f98572e72df46582936ca058cf27385bc9542d8.tar.gz gdb-4f98572e72df46582936ca058cf27385bc9542d8.tar.bz2 |
Patches from fnf for SVr4
Diffstat (limited to 'gdb/doc/configure.in')
-rw-r--r-- | gdb/doc/configure.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/configure.in b/gdb/doc/configure.in index a03a968..1889f2d 100644 --- a/gdb/doc/configure.in +++ b/gdb/doc/configure.in @@ -2,6 +2,14 @@ srcname="GDB doc" srctrigger=gdb.texinfo # per-host: +case "${host_os}" in + +sysv4* ) + host_makefile_frag=config/mh-sysv4 + ;; + +esac + # per-target: files="gdbinv-m.m4.in gdbinv-s.m4.in" |