AmigaOS hint patch
authorNorbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>
Sat, 8 Mar 1997 11:50:15 +0000 (12:50 +0100)
committerChip Salzenberg <chip@atlantic.net>
Thu, 6 Mar 1997 16:01:12 +0000 (04:01 +1200)
92 compiles and tests 100% under AmigaOS and NetBSD 1.2.
The following patch is needed to prevent Configure from
blowing up pdksh. Don't ask me why, I haven't the foggiest idea. :-(

p5p-msgid: 77724767@Armageddon.meb.uni-bonn.de

hints/amigaos.sh

index 57c7b62..4108c2e 100644 (file)
@@ -17,6 +17,10 @@ d_fork='undef'
 d_vfork='define'
 groupstype='int'
 
+# the following is needed to prevent pdksh from blowing up
+
+i_neterrno='undef'
+
 # libs
 
 libpth="$prefix/lib /local/lib"