Return to make-configure CVS log | Up to [local] / OpenXM / src / kxx |
1.1 ! takayama 1: #!/bin/sh ! 2: # $OpenXM$ ! 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