Return to make-configure CVS log | Up to [local] / OpenXM / src / ox_math |
1.1 ! ohara 1: #!/bin/sh ! 2: # $OpenXM$ ! 3: if [ ! -f ./.configure_done ]; then ! 4: if [ ! -x ./configure ]; then ! 5: autoconf ! 6: fi ! 7: ./configure ! 8: fi ! 9: touch .configure_done