Home | History | Annotate | Download | only in icu4c

Lines Matching refs:configure

4 # Makefile for regenerating configure in the face of a bad ^M
7 # Usage: MAKE -f configure.mk configure
10 all: configure common/icucfg.h.in
12 common/icucfg.h.in: configure.in
15 configure: configure.in ./aclocal.m4
16 ( $(AUTOCONF) && mv configure configure.tmp && sed -e 's%^ac_cr=.*%ac_cr=`echo X |tr X "\\015"`%' < configure.tmp > configure && chmod a+rx $@ && rm configure.tmp ) || ( rm $@ ; "echo configure build failed" ; /usr/bin/false )
18 -include configure-local.mk