Changeset 1853 for trunk/src/binutils/gprof/configure
- Timestamp:
- Mar 14, 2005, 12:45:53 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/gprof/configure
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r1852 r1853 4217 4217 nls_cv_header_intl=libintl.h 4218 4218 nls_cv_header_libgt=libgettext.h 4219 else 4220 echo "dbg: else: gt_cv_func_gettext_libintl" >&5 4221 if test "$gt_cv_func_gettext_libintl" = "yes"; then 4222 echo "dbg: updating LIBS" >&5 4223 LIBS="-lintl $LIBS" 4224 INTLLIBS="-lintl" 4225 fi 4226 fi 4219 fi 4227 4220 4228 4221 if test "$XGETTEXT" != ":"; then … … 4273 4266 else 4274 4267 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4275 echo "configure:42 76: checking for catalogs to be installed" >&54268 echo "configure:4269: checking for catalogs to be installed" >&5 4276 4269 NEW_LINGUAS= 4277 4270 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4301 4294 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4302 4295 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4303 echo "configure:4 304: checking for linux/version.h" >&54296 echo "configure:4297: checking for linux/version.h" >&5 4304 4297 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4305 4298 echo $ac_n "(cached) $ac_c" 1>&6 … … 4307 4300 cat > conftest.$ac_ext <<EOF 4308 4301 #include <sys/types.h> 4309 #line 43 10"configure"4302 #line 4303 "configure" 4310 4303 #include "confdefs.h" 4311 4304 #include <linux/version.h> 4312 4305 EOF 4313 4306 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4314 { (eval echo configure:43 15: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4307 { (eval echo configure:4308: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4315 4308 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4316 4309 if test -z "$ac_err"; then … … 4375 4368 4376 4369 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 4377 echo "configure:437 8: checking whether to enable maintainer-specific portions of Makefiles" >&54370 echo "configure:4371: checking whether to enable maintainer-specific portions of Makefiles" >&5 4378 4371 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 4379 4372 if test "${enable_maintainer_mode+set}" = set; then … … 4401 4394 4402 4395 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 4403 echo "configure:4 404: checking for executable suffix" >&54396 echo "configure:4397: checking for executable suffix" >&5 4404 4397 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 4405 4398 echo $ac_n "(cached) $ac_c" 1>&6 … … 4411 4404 echo 'int main () { return 0; }' > conftest.$ac_ext 4412 4405 ac_cv_exeext= 4413 if { (eval echo configure:44 14: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then4406 if { (eval echo configure:4407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 4414 4407 for file in conftest.*; do 4415 4408 case $file in … … 4436 4429 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4437 4430 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4438 echo "configure:443 9: checking for $ac_hdr" >&54431 echo "configure:4432: checking for $ac_hdr" >&5 4439 4432 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4440 4433 echo $ac_n "(cached) $ac_c" 1>&6 … … 4442 4435 cat > conftest.$ac_ext <<EOF 4443 4436 #include <sys/types.h> 4444 #line 44 45"configure"4437 #line 4438 "configure" 4445 4438 #include "confdefs.h" 4446 4439 #include <$ac_hdr> 4447 4440 EOF 4448 4441 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4449 { (eval echo configure:44 50: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4442 { (eval echo configure:4443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4450 4443 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4451 4444 if test -z "$ac_err"; then -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.