X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.in;h=5370305e8db2d60596f7e4417bb1a519d1691360;hb=63181f98a25fd8883c88ac7c89a471a02bb3f196;hp=12ed4cf11fbe9bffb5877a9b39864b04de163941;hpb=1fb1ab5d53a09607e7f6d2450806760688396387;p=ghc-hetmet.git diff --git a/configure.in b/configure.in index 12ed4cf..5370305 100644 --- a/configure.in +++ b/configure.in @@ -192,6 +192,15 @@ mips-sgi-irix*) HostVendor_CPP='sgi' HostOS_CPP='irix' ;; +rs6000-ibm-aix*) + HostPlatform=rs6000-ibm-aix + TargetPlatform=rs6000-ibm-aix #hack + BuildPlatform=rs6000-ibm-aix #hack + HostPlatform_CPP='rs6000_ibm_aix' + HostArch_CPP='rs6000' + HostVendor_CPP='ibm' + HostOS_CPP='aix' + ;; powerpc-ibm-aix*) HostPlatform=powerpc-ibm-aix TargetPlatform=powerpc-ibm-aix #hack @@ -341,10 +350,10 @@ dnl ** check if perl library is properly installed if $PerlCmd -e 'do "getopts.pl" || exit(1); exit(0);' > /dev/null 2>&1 ; then : else - echo "I think your perl library is misinstalled." + echo "I think your perl library is misinstalled:" echo "The following script did not work:" echo ' do "getopts.pl" || exit(1); exit(0);' - exit 1 + echo 'But, anyway, we will continue in our quest..' fi # # @@ -562,7 +571,7 @@ AC_HEADER_STDC # dnl ** check for specific header (.h) files that we are interested in # -AC_CHECK_HEADERS(dirent.h fcntl.h grp.h malloc.h memory.h nlist.h pwd.h siginfo.h signal.h stdlib.h string.h sys/fault.h sys/file.h sys/mman.h sys/param.h sys/procfs.h sys/resource.h sys/signal.h sys/socket.h sys/stat.h sys/syscall.h sys/time.h sys/timeb.h sys/timers.h sys/times.h sys/types.h sys/utsname.h sys/vadvise.h sys/wait.h termios.h time.h types.h unistd.h utime.h vfork.h ) +AC_CHECK_HEADERS(dirent.h fcntl.h grp.h malloc.h memory.h nlist.h pwd.h siginfo.h signal.h stdlib.h string.h sys/fault.h sys/file.h sys/mman.h sys/param.h sys/procfs.h sys/resource.h sys/signal.h sys/socket.h sys/stat.h sys/syscall.h sys/time.h sys/timeb.h sys/timers.h sys/times.h sys/types.h sys/utsname.h sys/vadvise.h sys/wait.h termios.h time.h types.h unistd.h utime.h vfork.h readline/readline.h ) # dnl ** check if it is safe to include both and # @@ -618,14 +627,14 @@ AC_OUTPUT(mk/config.mk, echo timestamp > mk/stamp-h ) # check here on the generated config.mk file to see if the # sed that was used is of the well-behaved sort. # -grep @ mk/config.mk > conftest.out -if grep -v '# enclosed in @at-signs@.' conftest.out >/dev/null 2>&1; then - : -else - echo 'Hmm..suspicious, did the configure script perform all the @..@ substitutions in mk/config.mk?..'; - grep -v '# enclosed in @at-signs@.' conftest.out /dev/null -fi -rm -f conftest* +#grep @ mk/config.mk > conftest.out +#if grep -v '# enclosed in @at-signs@.' conftest.out >/dev/null 2>&1; then +# : +#else +# echo 'Hmm..suspicious, did the configure script perform all the @..@ substitutions in mk/config.mk?..'; +# grep -v '# enclosed in @at-signs@.' conftest.out /dev/null +#fi +#rm -f conftest* echo '' echo '************************************************'