public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: java/2731
@ 2001-05-15 15:26 Anthony Green
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Green @ 2001-05-15 15:26 UTC (permalink / raw)
  To: green; +Cc: gcc-prs

The following reply was made to PR java/2731; it has been noted by GNATS.

From: "Anthony Green" <green@redhat.com>
To: "Gcc-Gnats@Gcc. Gnu. Org" <gcc-gnats@gcc.gnu.org>,
        "Green@Gcc. Gnu. Org" <green@gcc.gnu.org>, <dave.anglin@nrc.ca>,
        "Tom Tromey" <tromey@redhat.com>
Cc:  
Subject: Re: java/2731
Date: Tue, 15 May 2001 15:27:40 -0700

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_001D_01C0DD53.940D5660
 Content-Type: text/plain;
 	charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%26pr=2731%26database=gcc
 
 Hmm... the file upload facility in gnats doesn't appear to work all that
 well.  Here's the patch (against GCC 3.0)...
 
 
 
 ------=_NextPart_000_001D_01C0DD53.940D5660
 Content-Type: text/plain;
 	name="pr2731-patch.txt"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment;
 	filename="pr2731-patch.txt"
 
 2001-05-15  Anthony Green  <green@redhat.com>
 
 	* configure: Rebuilt.
 	* configure.in (LIBIBERTY): Define.  Substitute in Makefile.am if
 	we need to add libiberty to the link line.
 	(ZDEPS, ZLIBS): Correct/simplify.
 	* Makefile.in: Rebuilt.
 	* Makefile.am (fastjar_LDADD, fastjar_DEPENDENCIES): Add
 	$LIBIBERTY.
 
 Index: Makefile.am
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /cvs/gcc/gcc/fastjar/Makefile.am,v
 retrieving revision 1.3
 diff -u -p -r1.3 Makefile.am
 --- Makefile.am	2001/01/22 17:32:28	1.3
 +++ Makefile.am	2001/05/15 22:05:30
 @@ -43,8 +43,8 @@ INCLUDES =3D -I. -I$(top_srcdir) $(ZINCS)
  bin_PROGRAMS =3D fastjar
  EXTRA_PROGRAMS =3D grepjar
  fastjar_SOURCES =3D jartool.c dostime.c compress.c pushback.c jartool.h =
 zipfile.h dostime.h compress.h pushback.h
 -fastjar_LDADD =3D $(ZLIBS)
 -fastjar_DEPENDENCIES =3D $(ZDEPS)
 +fastjar_LDADD =3D $(ZLIBS) $(LIBIBERTY)
 +fastjar_DEPENDENCIES =3D $(ZDEPS) $(LIBIBERTY)
  grepjar_SOURCES =3D jargrep.c dostime.c compress.c pushback.c jartool.h =
 zipfile.h dostime.h compress.h pushback.h
  grepjar_LDADD =3D $(ZLIBS)
  grepjar_DEPENDENCIES =3D $(ZDEPS)
 Index: Makefile.in
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /cvs/gcc/gcc/fastjar/Makefile.in,v
 retrieving revision 1.6
 diff -u -p -r1.6 Makefile.in
 --- Makefile.in	2001/01/22 17:32:28	1.6
 +++ Makefile.in	2001/05/15 22:05:30
 @@ -66,6 +66,7 @@ POST_UNINSTALL =3D :
  CC =3D @CC@
  CHMOD =3D @CHMOD@
  CP =3D @CP@
 +LIBIBERTY =3D @LIBIBERTY@
  MAKEINFO =3D @MAKEINFO@
  PACKAGE =3D @PACKAGE@
  RM =3D @RM@
 @@ -76,40 +77,7 @@ ZINCS =3D @ZINCS@
  ZLIBS =3D @ZLIBS@
  fastjar_warn_cflags =3D @fastjar_warn_cflags@
 =20
 -AM_MAKEFLAGS =3D \
 -	"AR_FLAGS=3D$(AR_FLAGS)" \
 -	"CC_FOR_BUILD=3D$(CC_FOR_BUILD)" \
 -	"CFLAGS=3D$(CFLAGS)" \
 -	"CXXFLAGS=3D$(CXXFLAGS)" \
 -	"CFLAGS_FOR_BUILD=3D$(CFLAGS_FOR_BUILD)" \
 -	"CFLAGS_FOR_TARGET=3D$(CFLAGS_FOR_TARGET)" \
 -	"INSTALL=3D$(INSTALL)" \
 -	"INSTALL_DATA=3D$(INSTALL_DATA)" \
 -	"INSTALL_PROGRAM=3D$(INSTALL_PROGRAM)" \
 -	"INSTALL_SCRIPT=3D$(INSTALL_SCRIPT)" \
 -	"JC1FLAGS=3D$(JC1FLAGS)" \
 -	"LDFLAGS=3D$(LDFLAGS)" \
 -	"LIBCFLAGS=3D$(LIBCFLAGS)" \
 -	"LIBCFLAGS_FOR_TARGET=3D$(LIBCFLAGS_FOR_TARGET)" \
 -	"MAKE=3D$(MAKE)" \
 -	"MAKEINFO=3D$(MAKEINFO) $(MAKEINFOFLAGS)" \
 -	"PICFLAG=3D$(PICFLAG)" \
 -	"PICFLAG_FOR_TARGET=3D$(PICFLAG_FOR_TARGET)" \
 -	"SHELL=3D$(SHELL)" \
 -	"exec_prefix=3D$(exec_prefix)" \
 -	"infodir=3D$(infodir)" \
 -	"libdir=3D$(libdir)" \
 -	"prefix=3D$(prefix)" \
 -	"AR=3D$(AR)" \
 -	"AS=3D$(AS)" \
 -	"CC=3D$(CC)" \
 -	"CXX=3D$(CXX)" \
 -	"LD=3D$(LD)" \
 -	"LIBCFLAGS=3D$(LIBCFLAGS)" \
 -	"NM=3D$(NM)" \
 -	"PICFLAG=3D$(PICFLAG)" \
 -	"RANLIB=3D$(RANLIB)" \
 -	"DESTDIR=3D$(DESTDIR)"
 +AM_MAKEFLAGS =3D  	"AR_FLAGS=3D$(AR_FLAGS)" 	=
 "CC_FOR_BUILD=3D$(CC_FOR_BUILD)" 	"CFLAGS=3D$(CFLAGS)" 	=
 "CXXFLAGS=3D$(CXXFLAGS)" 	"CFLAGS_FOR_BUILD=3D$(CFLAGS_FOR_BUILD)" 	=
 "CFLAGS_FOR_TARGET=3D$(CFLAGS_FOR_TARGET)" 	"INSTALL=3D$(INSTALL)" 	=
 "INSTALL_DATA=3D$(INSTALL_DATA)" 	"INSTALL_PROGRAM=3D$(INSTALL_PROGRAM)" =
 	"INSTALL_SCRIPT=3D$(INSTALL_SCRIPT)" 	"JC1FLAGS=3D$(JC1FLAGS)" 	=
 "LDFLAGS=3D$(LDFLAGS)" 	"LIBCFLAGS=3D$(LIBCFLAGS)" 	=
 "LIBCFLAGS_FOR_TARGET=3D$(LIBCFLAGS_FOR_TARGET)" 	"MAKE=3D$(MAKE)" 	=
 "MAKEINFO=3D$(MAKEINFO) $(MAKEINFOFLAGS)" 	"PICFLAG=3D$(PICFLAG)" 	=
 "PICFLAG_FOR_TARGET=3D$(PICFLAG_FOR_TARGET)" 	"SHELL=3D$(SHELL)" 	=
 "exec_prefix=3D$(exec_prefix)" 	"infodir=3D$(infodir)" 	=
 "libdir=3D$(libdir)" 	"prefix=3D$(prefix)" 	"AR=3D$(AR)" 	"AS=3D$(AS)" 	=
 "CC=3D$(CC)" 	"CXX=3D$(CXX)" 	"LD=3D$(LD)" 	"LIBCFLAGS=3D$(LIBCFLAGS)" 	=
 "NM=3D$(NM)" 	"PICFLAG=3D$(PICFLAG)" 	"RANLIB=3D$(RANLIB)" 	=
 "DESTDIR=3D$(DESTDIR)"
 =20
 =20
  INCLUDES =3D -I. -I$(top_srcdir) $(ZINCS)
 @@ -117,8 +85,8 @@ INCLUDES =3D -I. -I$(top_srcdir) $(ZINCS)
  bin_PROGRAMS =3D fastjar
  EXTRA_PROGRAMS =3D grepjar
  fastjar_SOURCES =3D jartool.c dostime.c compress.c pushback.c jartool.h =
 zipfile.h dostime.h compress.h pushback.h
 -fastjar_LDADD =3D $(ZLIBS)
 -fastjar_DEPENDENCIES =3D $(ZDEPS)
 +fastjar_LDADD =3D $(ZLIBS) $(LIBIBERTY)
 +fastjar_DEPENDENCIES =3D $(ZDEPS) $(LIBIBERTY)
  grepjar_SOURCES =3D jargrep.c dostime.c compress.c pushback.c jartool.h =
 zipfile.h dostime.h compress.h pushback.h
  grepjar_LDADD =3D $(ZLIBS)
  grepjar_DEPENDENCIES =3D $(ZDEPS)
 @@ -150,8 +118,10 @@ configure.in install-defs.sh.in install-
 =20
  DISTFILES =3D $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) =
 $(EXTRA_DIST)
 =20
 -TAR =3D tar
 +TAR =3D gtar
  GZIP_ENV =3D --best
 +DEP_FILES =3D  .deps/compress.P .deps/dostime.P .deps/jargrep.P \
 +.deps/jartool.P .deps/pushback.P
  SOURCES =3D $(grepjar_SOURCES) $(fastjar_SOURCES)
  OBJECTS =3D $(grepjar_OBJECTS) $(fastjar_OBJECTS)
 =20
 @@ -159,9 +129,9 @@ all: all-redirect
  .SUFFIXES:
  .SUFFIXES: .S .c .o .s
  $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in =
 $(ACLOCAL_M4)=20
 -	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
 +	cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
 =20
 -Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 +Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status =
 $(BUILT_SOURCES)
  	cd $(top_builddir) \
  	  && CONFIG_FILES=3D$@ CONFIG_HEADERS=3D $(SHELL) ./config.status
 =20
 @@ -228,9 +198,6 @@ uninstall-binPROGRAMS:
  	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed =
 '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  	done
 =20
 -.c.o:
 -	$(COMPILE) -c $<
 -
  .s.o:
  	$(COMPILE) -c $<
 =20
 @@ -322,6 +289,11 @@ distdir: $(DISTFILES)
  	-rm -rf $(distdir)
  	mkdir $(distdir)
  	-chmod 777 $(distdir)
 +	here=3D`cd $(top_builddir) && pwd`; \
 +	top_distdir=3D`cd $(distdir) && pwd`; \
 +	distdir=3D`cd $(distdir) && pwd`; \
 +	cd $(top_srcdir) \
 +	  && $(AUTOMAKE) --include-deps --build-dir=3D$$here =
 --srcdir-name=3D$(top_srcdir) --output-dir=3D$$top_distdir --gnu =
 Makefile
  	@for file in $(DISTFILES); do \
  	  d=3D$(srcdir); \
  	  if test -d $$d/$$file; then \
 @@ -332,6 +304,38 @@ distdir: $(DISTFILES)
  	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  	  fi; \
  	done
 +
 +DEPS_MAGIC :=3D $(shell mkdir .deps > /dev/null 2>&1 || :)
 +
 +-include $(DEP_FILES)
 +
 +mostlyclean-depend:
 +
 +clean-depend:
 +
 +distclean-depend:
 +	-rm -rf .deps
 +
 +maintainer-clean-depend:
 +
 +%.o: %.c
 +	@echo '$(COMPILE) -c $<'; \
 +	$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 +	@-cp .deps/$(*F).pp .deps/$(*F).P; \
 +	tr ' ' '\012' < .deps/$(*F).pp \
 +	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 +	    >> .deps/$(*F).P; \
 +	rm .deps/$(*F).pp
 +
 +%.lo: %.c
 +	@echo '$(LTCOMPILE) -c $<'; \
 +	$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 +	@-sed -e 's/^\([^:]*\)\.o[ 	]*:/\1.lo \1.o :/' \
 +	  < .deps/$(*F).pp > .deps/$(*F).P; \
 +	tr ' ' '\012' < .deps/$(*F).pp \
 +	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 +	    >> .deps/$(*F).P; \
 +	rm -f .deps/$(*F).pp
  info-am:
  info: info-am
  dvi-am:
 @@ -372,25 +376,27 @@ distclean-generic:
 =20
  maintainer-clean-generic:
  mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
 -		mostlyclean-compile mostlyclean-tags \
 +		mostlyclean-compile mostlyclean-tags mostlyclean-depend \
  		mostlyclean-generic
 =20
  mostlyclean: mostlyclean-am
 =20
  clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
 -		clean-generic mostlyclean-am
 +		clean-depend clean-generic mostlyclean-am
 =20
  clean: clean-am
 =20
  distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
 -		distclean-tags distclean-generic clean-am
 +		distclean-tags distclean-depend distclean-generic \
 +		clean-am
 =20
  distclean: distclean-am
  	-rm -f config.status
 =20
  maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS =
 \
  		maintainer-clean-compile maintainer-clean-tags \
 -		maintainer-clean-generic distclean-am
 +		maintainer-clean-depend maintainer-clean-generic \
 +		distclean-am
  	@echo "This command is intended for maintainers to use;"
  	@echo "it deletes files that may require special tools to rebuild."
 =20
 @@ -402,10 +408,11 @@ mostlyclean-binPROGRAMS distclean-binPRO
  maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS =
 \
  mostlyclean-compile distclean-compile clean-compile \
  maintainer-clean-compile tags mostlyclean-tags distclean-tags \
 -clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check =
 \
 -check-am installcheck-am installcheck all-recursive-am install-exec-am =
 \
 -install-exec install-data-am install-data install-am install \
 -uninstall-am uninstall all-redirect all-am all installdirs \
 +clean-tags maintainer-clean-tags distdir mostlyclean-depend \
 +distclean-depend clean-depend maintainer-clean-depend info-am info \
 +dvi-am dvi check check-am installcheck-am installcheck all-recursive-am =
 \
 +install-exec-am install-exec install-data-am install-data install-am \
 +install uninstall-am uninstall all-redirect all-am all installdirs \
  mostlyclean-generic distclean-generic clean-generic \
  maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 =20
 Index: config.h.in
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /cvs/gcc/gcc/fastjar/config.h.in,v
 retrieving revision 1.2
 diff -u -p -r1.2 config.h.in
 --- config.h.in	2000/12/15 18:45:09	1.2
 +++ config.h.in	2001/05/15 22:05:30
 @@ -28,6 +28,9 @@
  /* The number of bytes in a short.  */
  #undef SIZEOF_SHORT
 =20
 +/* Define if you have the strdup function.  */
 +#undef HAVE_STRDUP
 +
  /* Define if you have the <dirent.h> header file.  */
  #undef HAVE_DIRENT_H
 =20
 Index: configure
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /cvs/gcc/gcc/fastjar/configure,v
 retrieving revision 1.3
 diff -u -p -r1.3 configure
 --- configure	2000/12/15 18:45:09	1.3
 +++ configure	2001/05/15 22:05:30
 @@ -28,7 +28,6 @@ program_suffix=3DNONE
  program_transform_name=3Ds,x,x,
  silent=3D
  site=3D
 -sitefile=3D
  srcdir=3D
  target=3DNONE
  verbose=3D
 @@ -143,7 +142,6 @@ Configuration:
    --help                  print this message
    --no-create             do not create output files
    --quiet, --silent       do not print \`checking...' messages
 -  --site-file=3DFILE        use FILE as the site file
    --version               print the version of autoconf that created =
 configure
  Directory and file names:
    --prefix=3DPREFIX         install architecture-independent files in =
 PREFIX
 @@ -314,11 +312,6 @@ EOF
    -site=3D* | --site=3D* | --sit=3D*)
      site=3D"$ac_optarg" ;;
 =20
 -  -site-file | --site-file | --site-fil | --site-fi | --site-f)
 -    ac_prev=3Dsitefile ;;
 -  -site-file=3D* | --site-file=3D* | --site-fil=3D* | --site-fi=3D* | =
 --site-f=3D*)
 -    sitefile=3D"$ac_optarg" ;;
 -
    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
      ac_prev=3Dsrcdir ;;
    -srcdir=3D* | --srcdir=3D* | --srcdi=3D* | --srcd=3D* | --src=3D* | =
 --sr=3D*)
 @@ -484,16 +477,12 @@ fi
  srcdir=3D`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
 =20
  # Prefer explicitly selected file to automatically selected ones.
 -if test -z "$sitefile"; then
 -  if test -z "$CONFIG_SITE"; then
 -    if test "x$prefix" !=3D xNONE; then
 -      CONFIG_SITE=3D"$prefix/share/config.site $prefix/etc/config.site"
 -    else
 -      CONFIG_SITE=3D"$ac_default_prefix/share/config.site =
 $ac_default_prefix/etc/config.site"
 -    fi
 +if test -z "$CONFIG_SITE"; then
 +  if test "x$prefix" !=3D xNONE; then
 +    CONFIG_SITE=3D"$prefix/share/config.site $prefix/etc/config.site"
 +  else
 +    CONFIG_SITE=3D"$ac_default_prefix/share/config.site =
 $ac_default_prefix/etc/config.site"
    fi
 -else
 -  CONFIG_SITE=3D"$sitefile"
  fi
  for ac_site_file in $CONFIG_SITE; do
    if test -r "$ac_site_file"; then
 @@ -563,7 +552,7 @@ ac_configure=3D$ac_aux_dir/configure # Thi
  # SVR4 /usr/ucb/install, which tries to use the nonexistent group =
 "staff"
  # ./install, which can be erroneously created by make from =
 ./install.sh.
  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
 -echo "configure:567: checking for a BSD compatible install" >&5
 +echo "configure:556: checking for a BSD compatible install" >&5
  if test -z "$INSTALL"; then
  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
 @@ -616,7 +605,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR
  test -z "$INSTALL_DATA" && INSTALL_DATA=3D'${INSTALL} -m 644'
 =20
  echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
 -echo "configure:620: checking whether build environment is sane" >&5
 +echo "configure:609: checking whether build environment is sane" >&5
  # Just in case
  sleep 1
  echo timestamp > conftestfile
 @@ -673,7 +662,7 @@ test "$program_suffix" !=3D NONE &&
  test "$program_transform_name" =3D "" && =
 program_transform_name=3D"s,x,x,"
 =20
  echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" =
 1>&6
 -echo "configure:677: checking whether ${MAKE-make} sets \${MAKE}" >&5
 +echo "configure:666: checking whether ${MAKE-make} sets \${MAKE}" >&5
  set dummy ${MAKE-make}; ac_make=3D`echo "$2" | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" =
 =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
 @@ -719,7 +708,7 @@ EOF
 =20
  missing_dir=3D`cd $ac_aux_dir && pwd`
  echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
 -echo "configure:723: checking for working aclocal" >&5
 +echo "configure:712: checking for working aclocal" >&5
  # Run test in a subshell; some versions of sh will print an error if
  # an executable is not found, even if stderr is redirected.
  # Redirect stdin to placate older versions of autoconf.  Sigh.
 @@ -732,7 +721,7 @@ else
  fi
 =20
  echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
 -echo "configure:736: checking for working autoconf" >&5
 +echo "configure:725: checking for working autoconf" >&5
  # Run test in a subshell; some versions of sh will print an error if
  # an executable is not found, even if stderr is redirected.
  # Redirect stdin to placate older versions of autoconf.  Sigh.
 @@ -745,7 +734,7 @@ else
  fi
 =20
  echo $ac_n "checking for working automake""... $ac_c" 1>&6
 -echo "configure:749: checking for working automake" >&5
 +echo "configure:738: checking for working automake" >&5
  # Run test in a subshell; some versions of sh will print an error if
  # an executable is not found, even if stderr is redirected.
  # Redirect stdin to placate older versions of autoconf.  Sigh.
 @@ -758,7 +747,7 @@ else
  fi
 =20
  echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
 -echo "configure:762: checking for working autoheader" >&5
 +echo "configure:751: checking for working autoheader" >&5
  # Run test in a subshell; some versions of sh will print an error if
  # an executable is not found, even if stderr is redirected.
  # Redirect stdin to placate older versions of autoconf.  Sigh.
 @@ -771,7 +760,7 @@ else
  fi
 =20
  echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
 -echo "configure:775: checking for working makeinfo" >&5
 +echo "configure:764: checking for working makeinfo" >&5
  # Run test in a subshell; some versions of sh will print an error if
  # an executable is not found, even if stderr is redirected.
  # Redirect stdin to placate older versions of autoconf.  Sigh.
 @@ -791,7 +780,7 @@ fi
  # Extract the first word of "gcc", so it can be a program name with =
 args.
  set dummy gcc; ac_word=3D$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 -echo "configure:795: checking for $ac_word" >&5
 +echo "configure:784: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -821,7 +810,7 @@ if test -z "$CC"; then
    # Extract the first word of "cc", so it can be a program name with =
 args.
  set dummy cc; ac_word=3D$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 -echo "configure:825: checking for $ac_word" >&5
 +echo "configure:814: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -872,7 +861,7 @@ fi
        # Extract the first word of "cl", so it can be a program name =
 with args.
  set dummy cl; ac_word=3D$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 -echo "configure:876: checking for $ac_word" >&5
 +echo "configure:865: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -904,7 +893,7 @@ fi
  fi
 =20
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) =
 works""... $ac_c" 1>&6
 -echo "configure:908: checking whether the C compiler ($CC $CFLAGS =
 $LDFLAGS) works" >&5
 +echo "configure:897: checking whether the C compiler ($CC $CFLAGS =
 $LDFLAGS) works" >&5
 =20
  ac_ext=3Dc
  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp =
 options.
 @@ -915,12 +904,12 @@ cross_compiling=3D$ac_cv_prog_cc_cross
 =20
  cat > conftest.$ac_ext << EOF
 =20
 -#line 919 "configure"
 +#line 908 "configure"
  #include "confdefs.h"
 =20
  main(){return(0);}
  EOF
 -if { (eval echo configure:924: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext}; then
 +if { (eval echo configure:913: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext}; then
    ac_cv_prog_cc_works=3Dyes
    # If we can't run a trivial program, we are probably using a cross =
 compiler.
    if (./conftest; exit) 2>/dev/null; then
 @@ -946,12 +935,12 @@ if test $ac_cv_prog_cc_works =3D no; then
    { echo "configure: error: installation or configuration problem: C =
 compiler cannot create executables." 1>&2; exit 1; }
  fi
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a =
 cross-compiler""... $ac_c" 1>&6
 -echo "configure:950: checking whether the C compiler ($CC $CFLAGS =
 $LDFLAGS) is a cross-compiler" >&5
 +echo "configure:939: checking whether the C compiler ($CC $CFLAGS =
 $LDFLAGS) is a cross-compiler" >&5
  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  cross_compiling=3D$ac_cv_prog_cc_cross
 =20
  echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
 -echo "configure:955: checking whether we are using GNU C" >&5
 +echo "configure:944: checking whether we are using GNU C" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -960,7 +949,7 @@ else
    yes;
  #endif
  EOF
 -if { ac_try=3D'${CC-cc} -E conftest.c'; { (eval echo configure:964: =
 \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null =
 2>&1; then
 +if { ac_try=3D'${CC-cc} -E conftest.c'; { (eval echo configure:953: =
 \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null =
 2>&1; then
    ac_cv_prog_gcc=3Dyes
  else
    ac_cv_prog_gcc=3Dno
 @@ -979,7 +968,7 @@ ac_test_CFLAGS=3D"${CFLAGS+set}"
  ac_save_CFLAGS=3D"$CFLAGS"
  CFLAGS=3D
  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
 -echo "configure:983: checking whether ${CC-cc} accepts -g" >&5
 +echo "configure:972: checking whether ${CC-cc} accepts -g" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -1022,7 +1011,7 @@ fi
  # SVR4 /usr/ucb/install, which tries to use the nonexistent group =
 "staff"
  # ./install, which can be erroneously created by make from =
 ./install.sh.
  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
 -echo "configure:1026: checking for a BSD compatible install" >&5
 +echo "configure:1015: checking for a BSD compatible install" >&5
  if test -z "$INSTALL"; then
  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
 @@ -1077,7 +1066,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA=3D
  # Extract the first word of "rm", so it can be a program name with =
 args.
  set dummy rm; ac_word=3D$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 -echo "configure:1081: checking for $ac_word" >&5
 +echo "configure:1070: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -1113,7 +1102,7 @@ fi
  # Extract the first word of "cp", so it can be a program name with =
 args.
  set dummy cp; ac_word=3D$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 -echo "configure:1117: checking for $ac_word" >&5
 +echo "configure:1106: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -1149,7 +1138,7 @@ fi
  # Extract the first word of "strip", so it can be a program name with =
 args.
  set dummy strip; ac_word=3D$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 -echo "configure:1153: checking for $ac_word" >&5
 +echo "configure:1142: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_STRIP'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -1185,7 +1174,7 @@ fi
  # Extract the first word of "chmod", so it can be a program name with =
 args.
  set dummy chmod; ac_word=3D$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 -echo "configure:1189: checking for $ac_word" >&5
 +echo "configure:1178: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_CHMOD'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -1229,12 +1218,12 @@ for ac_hdr in dirent.h sys/ndir.h sys/di
  do
  ac_safe=3D`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
 -echo "configure:1233: checking for $ac_hdr that defines DIR" >&5
 +echo "configure:1222: checking for $ac_hdr that defines DIR" >&5
  if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" =3D =
 set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
 -#line 1238 "configure"
 +#line 1227 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <$ac_hdr>
 @@ -1242,7 +1231,7 @@ int main() {
  DIR *dirp =3D 0;
  ; return 0; }
  EOF
 -if { (eval echo configure:1246: \"$ac_compile\") 1>&5; (eval =
 $ac_compile) 2>&5; }; then
 +if { (eval echo configure:1235: \"$ac_compile\") 1>&5; (eval =
 $ac_compile) 2>&5; }; then
    rm -rf conftest*
    eval "ac_cv_header_dirent_$ac_safe=3Dyes"
  else
 @@ -1267,7 +1256,7 @@ done
  # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  if test $ac_header_dirent =3D dirent.h; then
  echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
 -echo "configure:1271: checking for opendir in -ldir" >&5
 +echo "configure:1260: checking for opendir in -ldir" >&5
  ac_lib_var=3D`echo dir'_'opendir | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" =3D set"; =
 then
    echo $ac_n "(cached) $ac_c" 1>&6
 @@ -1275,7 +1264,7 @@ else
    ac_save_LIBS=3D"$LIBS"
  LIBS=3D"-ldir  $LIBS"
  cat > conftest.$ac_ext <<EOF
 -#line 1279 "configure"
 +#line 1268 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
 @@ -1286,7 +1275,7 @@ int main() {
  opendir()
  ; return 0; }
  EOF
 -if { (eval echo configure:1290: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext}; then
 +if { (eval echo configure:1279: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=3Dyes"
  else
 @@ -1308,7 +1297,7 @@ fi
 =20
  else
  echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
 -echo "configure:1312: checking for opendir in -lx" >&5
 +echo "configure:1301: checking for opendir in -lx" >&5
  ac_lib_var=3D`echo x'_'opendir | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" =3D set"; =
 then
    echo $ac_n "(cached) $ac_c" 1>&6
 @@ -1316,7 +1305,7 @@ else
    ac_save_LIBS=3D"$LIBS"
  LIBS=3D"-lx  $LIBS"
  cat > conftest.$ac_ext <<EOF
 -#line 1320 "configure"
 +#line 1309 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
 @@ -1327,7 +1316,7 @@ int main() {
  opendir()
  ; return 0; }
  EOF
 -if { (eval echo configure:1331: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext}; then
 +if { (eval echo configure:1320: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=3Dyes"
  else
 @@ -1350,7 +1339,7 @@ fi
  fi
 =20
  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
 -echo "configure:1354: checking how to run the C preprocessor" >&5
 +echo "configure:1343: checking how to run the C preprocessor" >&5
  # On Suns, sometimes $CPP names a directory.
  if test -n "$CPP" && test -d "$CPP"; then
    CPP=3D
 @@ -1365,13 +1354,13 @@ else
    # On the NeXT, cc -E runs the code through the compiler's parser,
    # not just through cpp.
    cat > conftest.$ac_ext <<EOF
 -#line 1369 "configure"
 +#line 1358 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try=3D"$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 -{ (eval echo configure:1375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 +{ (eval echo configure:1364: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=3D`grep -v '^ *+' conftest.out | grep -v =
 "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
 @@ -1382,13 +1371,13 @@ else
    rm -rf conftest*
    CPP=3D"${CC-cc} -E -traditional-cpp"
    cat > conftest.$ac_ext <<EOF
 -#line 1386 "configure"
 +#line 1375 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try=3D"$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 -{ (eval echo configure:1392: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 +{ (eval echo configure:1381: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=3D`grep -v '^ *+' conftest.out | grep -v =
 "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
 @@ -1399,13 +1388,13 @@ else
    rm -rf conftest*
    CPP=3D"${CC-cc} -nologo -E"
    cat > conftest.$ac_ext <<EOF
 -#line 1403 "configure"
 +#line 1392 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
  EOF
  ac_try=3D"$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 -{ (eval echo configure:1409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 +{ (eval echo configure:1398: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=3D`grep -v '^ *+' conftest.out | grep -v =
 "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    :
 @@ -1430,12 +1419,12 @@ fi
  echo "$ac_t""$CPP" 1>&6
 =20
  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
 -echo "configure:1434: checking for ANSI C header files" >&5
 +echo "configure:1423: checking for ANSI C header files" >&5
  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
 -#line 1439 "configure"
 +#line 1428 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
 @@ -1443,7 +1432,7 @@ else
  #include <float.h>
  EOF
  ac_try=3D"$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 -{ (eval echo configure:1447: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 +{ (eval echo configure:1436: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=3D`grep -v '^ *+' conftest.out | grep -v =
 "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
 @@ -1460,7 +1449,7 @@ rm -f conftest*
  if test $ac_cv_header_stdc =3D yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
 -#line 1464 "configure"
 +#line 1453 "configure"
  #include "confdefs.h"
  #include <string.h>
  EOF
 @@ -1478,7 +1467,7 @@ fi
  if test $ac_cv_header_stdc =3D yes; then
    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
 -#line 1482 "configure"
 +#line 1471 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  EOF
 @@ -1499,7 +1488,7 @@ if test "$cross_compiling" =3D yes; then
    :
  else
    cat > conftest.$ac_ext <<EOF
 -#line 1503 "configure"
 +#line 1492 "configure"
  #include "confdefs.h"
  #include <ctype.h>
  #define ISLOWER(c) ('a' <=3D (c) && (c) <=3D 'z')
 @@ -1510,7 +1499,7 @@ if (XOR (islower (i), ISLOWER (i)) || to
  exit (0); }
 =20
  EOF
 -if { (eval echo configure:1514: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
 +if { (eval echo configure:1503: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
  then
    :
  else
 @@ -1534,12 +1523,12 @@ EOF
  fi
 =20
  echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... =
 $ac_c" 1>&6
 -echo "configure:1538: checking whether struct tm is in sys/time.h or =
 time.h" >&5
 +echo "configure:1527: checking whether struct tm is in sys/time.h or =
 time.h" >&5
  if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
 -#line 1543 "configure"
 +#line 1532 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <time.h>
 @@ -1547,7 +1536,7 @@ int main() {
  struct tm *tp; tp->tm_sec;
  ; return 0; }
  EOF
 -if { (eval echo configure:1551: \"$ac_compile\") 1>&5; (eval =
 $ac_compile) 2>&5; }; then
 +if { (eval echo configure:1540: \"$ac_compile\") 1>&5; (eval =
 $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_struct_tm=3Dtime.h
  else
 @@ -1571,17 +1560,17 @@ for ac_hdr in fcntl.h unistd.h sys/param
  do
  ac_safe=3D`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
 -echo "configure:1575: checking for $ac_hdr" >&5
 +echo "configure:1564: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" =3D set"; =
 then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
 -#line 1580 "configure"
 +#line 1569 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try=3D"$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 -{ (eval echo configure:1585: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 +{ (eval echo configure:1574: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=3D`grep -v '^ *+' conftest.out | grep -v =
 "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
 @@ -1608,13 +1597,72 @@ fi
  done
 =20
 =20
 +LIBIBERTY=3D
 +for ac_func in strdup
 +do
 +echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 +echo "configure:1605: checking for $ac_func" >&5
 +if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" =3D set"; =
 then
 +  echo $ac_n "(cached) $ac_c" 1>&6
 +else
 +  cat > conftest.$ac_ext <<EOF
 +#line 1610 "configure"
 +#include "confdefs.h"
 +/* System header to define __stub macros and hopefully few prototypes,
 +    which can conflict with char $ac_func(); below.  */
 +#include <assert.h>
 +/* Override any gcc2 internal prototype to avoid an error.  */
 +/* We use char because int might match the return type of a gcc2
 +    builtin and then its argument prototype would still apply.  */
 +char $ac_func();
 +
 +int main() {
 +
 +/* The GNU C library defines this for functions which it implements
 +    to always fail with ENOSYS.  Some functions are actually named
 +    something starting with __ and the normal name is an alias.  */
 +#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 +choke me
 +#else
 +$ac_func();
 +#endif
 +
 +; return 0; }
 +EOF
 +if { (eval echo configure:1633: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext}; then
 +  rm -rf conftest*
 +  eval "ac_cv_func_$ac_func=3Dyes"
 +else
 +  echo "configure: failed program was:" >&5
 +  cat conftest.$ac_ext >&5
 +  rm -rf conftest*
 +  eval "ac_cv_func_$ac_func=3Dno"
 +fi
 +rm -f conftest*
 +fi
 +
 +if eval "test \"`echo '$ac_cv_func_'$ac_func`\" =3D yes"; then
 +  echo "$ac_t""yes" 1>&6
 +    ac_tr_func=3DHAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' =
 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
 +  cat >> confdefs.h <<EOF
 +#define $ac_tr_func 1
 +EOF
 +=20
 +else
 +  echo "$ac_t""no" 1>&6
 +LIBIBERTY=3D"../libiberty/libiberty.a"
 +fi
 +done
 +
 +
 +
  echo $ac_n "checking for off_t""... $ac_c" 1>&6
 -echo "configure:1613: checking for off_t" >&5
 +echo "configure:1661: checking for off_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
 -#line 1618 "configure"
 +#line 1666 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
 @@ -1642,12 +1690,12 @@ EOF
  fi
 =20
  echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... =
 $ac_c" 1>&6
 -echo "configure:1646: checking whether struct tm is in sys/time.h or =
 time.h" >&5
 +echo "configure:1694: checking whether struct tm is in sys/time.h or =
 time.h" >&5
  if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
 -#line 1651 "configure"
 +#line 1699 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <time.h>
 @@ -1655,7 +1703,7 @@ int main() {
  struct tm *tp; tp->tm_sec;
  ; return 0; }
  EOF
 -if { (eval echo configure:1659: \"$ac_compile\") 1>&5; (eval =
 $ac_compile) 2>&5; }; then
 +if { (eval echo configure:1707: \"$ac_compile\") 1>&5; (eval =
 $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_struct_tm=3Dtime.h
  else
 @@ -1677,7 +1725,7 @@ fi
 =20
 =20
  echo $ac_n "checking size of char""... $ac_c" 1>&6
 -echo "configure:1681: checking size of char" >&5
 +echo "configure:1729: checking size of char" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -1685,7 +1733,7 @@ else
      { echo "configure: error: can not run test program while cross =
 compiling" 1>&2; exit 1; }
  else
    cat > conftest.$ac_ext <<EOF
 -#line 1689 "configure"
 +#line 1737 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  main()
 @@ -1696,7 +1744,7 @@ main()
    exit(0);
  }
  EOF
 -if { (eval echo configure:1700: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
 +if { (eval echo configure:1748: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
  then
    ac_cv_sizeof_char=3D`cat conftestval`
  else
 @@ -1716,7 +1764,7 @@ EOF
 =20
 =20
  echo $ac_n "checking size of short""... $ac_c" 1>&6
 -echo "configure:1720: checking size of short" >&5
 +echo "configure:1768: checking size of short" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -1724,7 +1772,7 @@ else
      { echo "configure: error: can not run test program while cross =
 compiling" 1>&2; exit 1; }
  else
    cat > conftest.$ac_ext <<EOF
 -#line 1728 "configure"
 +#line 1776 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  main()
 @@ -1735,7 +1783,7 @@ main()
    exit(0);
  }
  EOF
 -if { (eval echo configure:1739: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
 +if { (eval echo configure:1787: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
  then
    ac_cv_sizeof_short=3D`cat conftestval`
  else
 @@ -1755,7 +1803,7 @@ EOF
 =20
 =20
  echo $ac_n "checking size of int""... $ac_c" 1>&6
 -echo "configure:1759: checking size of int" >&5
 +echo "configure:1807: checking size of int" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -1763,7 +1811,7 @@ else
      { echo "configure: error: can not run test program while cross =
 compiling" 1>&2; exit 1; }
  else
    cat > conftest.$ac_ext <<EOF
 -#line 1767 "configure"
 +#line 1815 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  main()
 @@ -1774,7 +1822,7 @@ main()
    exit(0);
  }
  EOF
 -if { (eval echo configure:1778: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
 +if { (eval echo configure:1826: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
  then
    ac_cv_sizeof_int=3D`cat conftestval`
  else
 @@ -1794,7 +1842,7 @@ EOF
 =20
 =20
  echo $ac_n "checking size of long""... $ac_c" 1>&6
 -echo "configure:1798: checking size of long" >&5
 +echo "configure:1846: checking size of long" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -1802,7 +1850,7 @@ else
      { echo "configure: error: can not run test program while cross =
 compiling" 1>&2; exit 1; }
  else
    cat > conftest.$ac_ext <<EOF
 -#line 1806 "configure"
 +#line 1854 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  main()
 @@ -1813,7 +1861,7 @@ main()
    exit(0);
  }
  EOF
 -if { (eval echo configure:1817: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
 +if { (eval echo configure:1865: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
  then
    ac_cv_sizeof_long=3D`cat conftestval`
  else
 @@ -1833,7 +1881,7 @@ EOF
 =20
 =20
  echo $ac_n "checking size of long long""... $ac_c" 1>&6
 -echo "configure:1837: checking size of long long" >&5
 +echo "configure:1885: checking size of long long" >&5
  if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" =3D set"; =
 then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
 @@ -1841,7 +1889,7 @@ else
      { echo "configure: error: can not run test program while cross =
 compiling" 1>&2; exit 1; }
  else
    cat > conftest.$ac_ext <<EOF
 -#line 1845 "configure"
 +#line 1893 "configure"
  #include "confdefs.h"
  #include <stdio.h>
  main()
 @@ -1852,7 +1900,7 @@ main()
    exit(0);
  }
  EOF
 -if { (eval echo configure:1856: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
 +if { (eval echo configure:1904: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
  then
    ac_cv_sizeof_long_long=3D`cat conftestval`
  else
 @@ -1873,14 +1921,14 @@ EOF
 =20
 =20
  echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" =
 1>&6
 -echo "configure:1877: checking whether byte ordering is bigendian" >&5
 +echo "configure:1925: checking whether byte ordering is bigendian" >&5
  if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" =3D set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_cv_c_bigendian=3Dunknown
  # See if sys/param.h defines the BYTE_ORDER macro.
  cat > conftest.$ac_ext <<EOF
 -#line 1884 "configure"
 +#line 1932 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/param.h>
 @@ -1891,11 +1939,11 @@ int main() {
  #endif
  ; return 0; }
  EOF
 -if { (eval echo configure:1895: \"$ac_compile\") 1>&5; (eval =
 $ac_compile) 2>&5; }; then
 +if { (eval echo configure:1943: \"$ac_compile\") 1>&5; (eval =
 $ac_compile) 2>&5; }; then
    rm -rf conftest*
    # It does; now see whether it defined to BIG_ENDIAN or not.
  cat > conftest.$ac_ext <<EOF
 -#line 1899 "configure"
 +#line 1947 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/param.h>
 @@ -1906,7 +1954,7 @@ int main() {
  #endif
  ; return 0; }
  EOF
 -if { (eval echo configure:1910: \"$ac_compile\") 1>&5; (eval =
 $ac_compile) 2>&5; }; then
 +if { (eval echo configure:1958: \"$ac_compile\") 1>&5; (eval =
 $ac_compile) 2>&5; }; then
    rm -rf conftest*
    ac_cv_c_bigendian=3Dyes
  else
 @@ -1926,7 +1974,7 @@ if test "$cross_compiling" =3D yes; then
      { echo "configure: error: can not run test program while cross =
 compiling" 1>&2; exit 1; }
  else
    cat > conftest.$ac_ext <<EOF
 -#line 1930 "configure"
 +#line 1978 "configure"
  #include "confdefs.h"
  main () {
    /* Are we little or big endian?  From Harbison&Steele.  */
 @@ -1939,7 +1987,7 @@ main () {
    exit (u.c[sizeof (long) - 1] =3D=3D 1);
  }
  EOF
 -if { (eval echo configure:1943: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
 +if { (eval echo configure:1991: \"$ac_link\") 1>&5; (eval $ac_link) =
 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) =
 2>/dev/null
  then
    ac_cv_c_bigendian=3Dno
  else
 @@ -1963,8 +2011,8 @@ EOF
  fi
 =20
 =20
 -ZDEPS=3D'$(top_builddir)/../zlib/libz.a'
 -ZLIBS=3D"$ZDEPS -L\$(here)/../zlib/$libsubdir"
 +ZDEPS=3D'../zlib/libz.a'
 +ZLIBS=3D"$ZDEPS"
  ZINCS=3D'-I$(top_srcdir)/../zlib'
 =20
 =20
 @@ -2121,6 +2169,7 @@ s%@STRIP@%$STRIP%g
  s%@CHMOD@%$CHMOD%g
  s%@fastjar_warn_cflags@%$fastjar_warn_cflags%g
  s%@CPP@%$CPP%g
 +s%@LIBIBERTY@%$LIBIBERTY%g
  s%@ZLIBS@%$ZLIBS%g
  s%@ZDEPS@%$ZDEPS%g
  s%@ZINCS@%$ZINCS%g
 Index: configure.in
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /cvs/gcc/gcc/fastjar/configure.in,v
 retrieving revision 1.3
 diff -u -p -r1.3 configure.in
 --- configure.in	2000/12/15 18:45:09	1.3
 +++ configure.in	2001/05/15 22:05:30
 @@ -23,6 +23,11 @@ AC_HEADER_STDC
  AC_STRUCT_TM
  AC_CHECK_HEADERS(fcntl.h unistd.h sys/param.h getopt.h)
 =20
 +dnl Do we need to link in libiberty?
 +LIBIBERTY=3D
 +AC_CHECK_FUNCS(strdup, , LIBIBERTY=3D"../libiberty/libiberty.a")
 +AC_SUBST(LIBIBERTY)
 +
  dnl Checks for typedefs, structures, and compiler characteristics.
  AC_TYPE_OFF_T
  AC_STRUCT_TM
 @@ -38,8 +43,8 @@ dnl Check byte order
  AC_C_BIGENDIAN
 =20
  dnl Brain dead check for tree's zlib
 -ZDEPS=3D'$(top_builddir)/../zlib/libz.a'
 -ZLIBS=3D"$ZDEPS -L\$(here)/../zlib/$libsubdir"
 +ZDEPS=3D'../zlib/libz.a'
 +ZLIBS=3D"$ZDEPS"
  ZINCS=3D'-I$(top_srcdir)/../zlib'
  AC_SUBST(ZLIBS)
  AC_SUBST(ZDEPS)
 
 
 
 ------=_NextPart_000_001D_01C0DD53.940D5660--
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: java/2731
@ 2001-05-15 15:16 green
  0 siblings, 0 replies; 2+ messages in thread
From: green @ 2001-05-15 15:16 UTC (permalink / raw)
  To: green; +Cc: gcc-prs

The following reply was made to PR java/2731; it has been noted by GNATS.

From: green@gcc.gnu.org
To: dave.anglin@nrc.ca, gcc-gnats@gcc.gnu.org, green@gcc.gnu.org,
  nobody@gcc.gnu.org, tromey@redhat.com
Cc:  
Subject: Re: java/2731
Date: 15 May 2001 22:10:25 -0000

 Synopsis: jartool.c:539: undefined reference to `strdup'
 
 Responsible-Changed-From-To: unassigned->green
 Responsible-Changed-By: green
 Responsible-Changed-When: Tue May 15 15:10:25 2001
 Responsible-Changed-Why:
     I've got a patch.
 State-Changed-From-To: open->analyzed
 State-Changed-By: green
 State-Changed-When: Tue May 15 15:10:25 2001
 State-Changed-Why:
     I've got a patch.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2731&database=gcc


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-15 15:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-15 15:26 java/2731 Anthony Green
  -- strict thread matches above, loose matches on Subject: below --
2001-05-15 15:16 java/2731 green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).