• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/djgpp/

Lines Matching refs:configure

128 Rem Create an arguments file for the configure script.

151 redir -e /dev/null update %XSRC%/configure.orig ./configure
152 test -f ./configure
153 if errorlevel 1 update %XSRC%/configure ./configure
156 redir -e /dev/null update %XSRC%/libcharset/configure.orig ./libcharset/configure
157 test -f ./libcharset/configure
158 if errorlevel 1 update %XSRC%/libcharset/configure ./libcharset/configure
163 test -f ./configure.orig
164 if errorlevel 1 update ./configure ./configure.orig
165 sed -f %XSRC%/djgpp/config.sed ./configure.orig > configure
167 test -f ./libcharset/configure.orig
168 if errorlevel 1 update ./libcharset/configure ./libcharset/configure.orig
169 sed -f %XSRC%/djgpp/config.sed ./libcharset/configure.orig > configure.tmp
171 Rem The following is needed because the toplevel configure script calls the
172 Rem %XSRC%/libcharset/configure script instead of ./libcharset/configure.
173 test -f %XSRC%/libcharset/configure.orig
174 if errorlevel 1 update %XSRC%/libcharset/configure %XSRC%/libcharset/configure.orig
175 update configure.tmp %XSRC%/libcharset/configure
176 rm ./configure.tmp
310 Rem Set SHELL to a sane default or some configure tests stop working
318 Rem Set HOME to a sane default so configure stops complaining.
356 Rem install-sh is required by the configure script but clashes with the
395 Rem Update the arguments file for the configure script.
404 Rem Update the arguments file for the configure script.
408 echo Running the ./configure script...
409 sh ./configure @arguments
416 echo ./configure script editing failed!
420 echo ./configure script exited abnormally!