HomeSort by: relevance | last modified time | path
    Searched refs:CONFIGURE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tools/
ck-version-info 69 open CONFIGURE, '<', 'configure.ac'
70 or die "$!\n$0: can't open configure.ac file\n";
73 while (<CONFIGURE>)
78 close CONFIGURE or die "$!\n$0: can't close configure.ac file\n";
  /src/external/bsd/ntp/dist/
build 151 case `$try config.status -nt ../configure 2>&1` in
165 CONFIGURE="../configure"
167 #CONFIGURE="$CONFIGURE --cache-file=../config.cache-$IAM$KEYSUF$CCSUF"
168 CONFIGURE="$CONFIGURE $CONFIG_ARGS"
172 # If config.status is newer than ../configure, and the same
173 # is true for sntp, we do not need to re-run configure.
178 ( "$TEST" config.status -nt ../configure &
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
gcc_build 73 [configure]
119 # Configure for a build of GCC.
133 # Configure the tree.
134 echo "Configuring: ${DESTINATION}/configure ${CONFIGURE_OPTIONS}"
135 eval ${DESTINATION}/configure ${CONFIGURE_OPTIONS} || \
136 error "Could not configure the compiler"
221 # Options to pass to configure.
233 CONFIGURE=0
267 build) CONFIGURE=1; BOOTSTRAP=1;;
269 configure) CONFIGURE=1;
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
gcc_build 73 [configure]
119 # Configure for a build of GCC.
133 # Configure the tree.
134 echo "Configuring: ${DESTINATION}/configure ${CONFIGURE_OPTIONS}"
135 eval ${DESTINATION}/configure ${CONFIGURE_OPTIONS} || \
136 error "Could not configure the compiler"
221 # Options to pass to configure.
233 CONFIGURE=0
267 build) CONFIGURE=1; BOOTSTRAP=1;;
269 configure) CONFIGURE=1;
    [all...]

Completed in 32 milliseconds