Return to make-configure CVS log | Up to [local] / OpenXM / src / kxx |
1.2 ! takayama 1: # !/bin/sh ! 2: # $OpenXM: OpenXM/src/kxx/make-configure,v 1.1 2000/02/01 09:59:43 takayama Exp $ 1.1 takayama 3: if ! test -f ./.configure_done 4: then 5: if test -f configure 6: then 7: ./configure 8: else 9: autoconf 10: ./configure 11: fi 12: fi 13: touch .configure_done