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

Lines Matching refs:configure

123 Rem Create an arguments file for the configure script.

146 redir -e /dev/null update %XSRC%/configure.orig ./configure
147 test -f ./configure
148 if errorlevel 1 update %XSRC%/configure ./configure
151 redir -e /dev/null update %XSRC%/libcharset/configure.orig ./libcharset/configure
152 test -f ./libcharset/configure
153 if errorlevel 1 update %XSRC%/libcharset/configure ./libcharset/configure
158 test -f ./configure.orig
159 if errorlevel 1 update ./configure ./configure.orig
160 sed -f %XSRC%/djgpp/config.sed ./configure.orig > configure
162 test -f ./libcharset/configure.orig
163 if errorlevel 1 update ./libcharset/configure ./libcharset/configure.orig
164 sed -f %XSRC%/djgpp/config.sed ./libcharset/configure.orig > configure.tmp
166 Rem The following is needed because the toplevel configure script calls the
167 Rem %XSRC%/libcharset/configure script instead of ./libcharset/configure.
168 test -f %XSRC%/libcharset/configure.orig
169 if errorlevel 1 update %XSRC%/libcharset/configure %XSRC%/libcharset/configure.orig
170 update configure.tmp %XSRC%/libcharset/configure
171 rm ./configure.tmp
305 Rem Set SHELL to a sane default or some configure tests stop working
313 Rem Set HOME to a sane default so configure stops complaining.
351 Rem install-sh is required by the configure script but clashes with the
390 Rem Update the arguments file for the configure script.
399 Rem Update the arguments file for the configure script.
403 echo Running the ./configure script...
404 sh ./configure @arguments
411 echo ./configure script editing failed!
415 echo ./configure script exited abnormally!