[BACK]Return to make-configure CVS log [TXT][DIR] Up to [local] / OpenXM / src / kxx

File: [local] / OpenXM / src / kxx / make-configure (download)

Revision 1.4, Sun Aug 20 12:15:10 2000 UTC (23 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_1_1_3
Changes since 1.3: +3 -8 lines

Autoconf cannot generate configure on redhat linux 6.1.
I've not yet found the reason for it.
I add temporally configure in the repository to avoid this trouble.

#!/bin/sh
# $OpenXM: OpenXM/src/kxx/make-configure,v 1.4 2000/08/20 12:15:10 takayama Exp $
if test ! -f ./.configure_done 
then 
 make -f Makefile.conf
 ./configure 
fi
touch .configure_done