1.1 ! takayama 1: #!/bin/sh ! 2: # $OpenXM$ ! 3: if test ! -f ./.configure_done ! 4: then ! 5: # make -f Makefile.conf ! 6: ./configure ! 7: fi ! 8: touch .configure_done