diff options
author | David D. Zuhn <zoo@cygnus> | 1993-01-05 10:49:49 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-01-05 10:49:49 +0000 |
commit | b640e7f90d9a0a6f16f3323332046ca8889489f7 (patch) | |
tree | 6fdd16acd082c23a2b1227cc54c78c7c80f89503 /configure.in | |
parent | 9daf099f2c93b0894d5e4084ca371750fde5c478 (diff) | |
download | gdb-b640e7f90d9a0a6f16f3323332046ca8889489f7.zip gdb-b640e7f90d9a0a6f16f3323332046ca8889489f7.tar.gz gdb-b640e7f90d9a0a6f16f3323332046ca8889489f7.tar.bz2 |
add groff
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 9a0d494..6fa6355 100644 --- a/configure.in +++ b/configure.in @@ -46,7 +46,7 @@ target_libs="libm xiberty newlib libg++" # list belongs in this list. those programs are also very likely # candidates for the "native_only" list which follows # -target_tools= +target_tools="groff" ################################################################################ @@ -58,7 +58,7 @@ target_tools= # directories to be built in the native environment only # -native_only="autoconf cvs diff emacs fileutils find grep ispell m4 +native_only="autoconf cvs diff emacs fileutils find grep groff ispell m4 rcs sed shellutils textutils wdiff" # directories to be built in a cross environment only @@ -93,8 +93,8 @@ case "${host}" in *-sun-solaris*) host_makefile_frag=config/mh-solaris ;; *-sun-*) host_makefile_frag=config/mh-sun ;; *-hp-hpux) host_makefile_frag=config/mh-hpux ;; - *-*sysv4*) host_makefile_frag=config/mh-sysv4 ;; - *-*sysv*) host_makefile_frag=config/mh-sysv ;; + *-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;; + *-*-sysv*) host_makefile_frag=config/mh-sysv ;; esac # per-target: |