Build up $mab dynamically. Since $mab isn't used anywhere
anymore, this is useless. However, $mab was never used for
next_3.sh anyway, so there's been no change in functionality.
# Change the line below if you do not want to build 'quad-fat'
# binaries
#
-mab='-arch m68k -arch i386 -arch hppa -arch sparc'
+archs=`/bin/lipo -info /usr/lib/libm.a | sed 's/^[^:]*:[^:]*: //'`
+for d in $archs
+do
+ mab="$mab -arch $d"
+done
+
archname='next-fat'
ld='cc'