diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-02-14 22:50:23 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-02-14 22:50:23 +0000 |
commit | 7393a6f0b1947ba825d4107b297a709559ad1dca (patch) | |
tree | d9f2038d21a93978e0fd8ac2237f23a253b87851 /sim/ppc/configure.in | |
parent | cb50baeab0c8a40841541f481b810fb58c2b5951 (diff) | |
download | gdb-7393a6f0b1947ba825d4107b297a709559ad1dca.zip gdb-7393a6f0b1947ba825d4107b297a709559ad1dca.tar.gz gdb-7393a6f0b1947ba825d4107b297a709559ad1dca.tar.bz2 |
Work with HP/UX 9.00
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r-- | sim/ppc/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in index 9bf61e2..ac0f407 100644 --- a/sim/ppc/configure.in +++ b/sim/ppc/configure.in @@ -418,6 +418,7 @@ AC_C_BIGENDIAN AC_SUBST(WORDS_BIGENDIAN) AC_CHECK_HEADERS(string.h strings.h stdlib.h time.h sys/types.h sys/time.h sys/times.h unistd.h sys/resource.h) +AC_HEADER_DIRENT AC_OUTPUT(Makefile, [case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac]) |