Home | History | Annotate | Download | only in sed-4.2.1

Lines Matching full:configure

53 contents are read as shell variables to configure the bootstrap.
95 package=`sed -n "$extract_package_name" configure.ac` || exit
203 # Die if there is no AC_CONFIG_AUX_DIR($build_aux) line in configure.ac.
205 grep '^[ ]*AC_CONFIG_AUX_DIR(\['"$build_aux"'\])' configure.ac \
207 grep '^[ ]*AC_CONFIG_AUX_DIR('"$build_aux"')' configure.ac \
210 echo "$0: expected line not found in configure.ac. Add the following:" >&2
567 grep '^[ ]*AM_GNU_GETTEXT_VERSION(' configure.ac >/dev/null || \
572 cp configure.ac $bt2 &&
573 (cd $bt2 && autopoint && rm configure.ac) &&
600 grep '^[ ]*AM_PROG_LIBTOOL\>' configure.ac >/dev/null ||
652 echo "$0: done. Now you can run './configure'."