Commit 5da9128a by Paolo Bonzini Committed by Paolo Bonzini

Makefile.in (top_builddir): Define to .


gcc/ChangeLog:

2004-04-25  Paolo Bonzini  <bonzini@gnu.org>

        * Makefile.in (top_builddir): Define to .

intl/ChangeLog:

2004-04-25  Paolo Bonzini  <bonzini@gnu.org>

        * configure.ac: Point config.intl to the parent directory of
        ${top_builddir}.
	* configure: Regenerate.

From-SVN: r82259
parent 08d105fa
2004-04-25 Paolo Bonzini <bonzini@gnu.org>
* Makefile.in (top_builddir): Define to .
2004-05-25 Alexandre Oliva <aoliva@redhat.com> 2004-05-25 Alexandre Oliva <aoliva@redhat.com>
* configure.ac (gcc_cv_ld): Prefer in-tree ld over whatever the * configure.ac (gcc_cv_ld): Prefer in-tree ld over whatever the
......
...@@ -77,8 +77,8 @@ docdir = @srcdir@/doc ...@@ -77,8 +77,8 @@ docdir = @srcdir@/doc
abs_srcdir = @abs_srcdir@ abs_srcdir = @abs_srcdir@
abs_docdir = @abs_srcdir@/doc abs_docdir = @abs_srcdir@/doc
# Top build directory, relative to here. # Top build directory for this package, relative to here.
top_builddir = .. top_builddir = .
# objdir is set by configure. # objdir is set by configure.
# It's normally the absolute path to the current directory. # It's normally the absolute path to the current directory.
objdir = @objdir@ objdir = @objdir@
......
2004-04-25 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Point config.intl to the parent directory of
${top_builddir}.
* configure: Regenerate.
2004-03-10 Kelley Cook <kcook@gcc.gnu.org> 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Bump AC_PREREQ to 2.59. * configure.ac: Bump AC_PREREQ to 2.59.
......
...@@ -7037,8 +7037,10 @@ LIBINTL_DEP= ...@@ -7037,8 +7037,10 @@ LIBINTL_DEP=
INCINTL= INCINTL=
case $USE_INCLUDED_LIBINTL in case $USE_INCLUDED_LIBINTL in
yes) yes)
LIBINTL_DEP='${top_builddir}/intl/libintl.a' LIBINTL=`echo $LIBINTL | sed 's,${top_builddir},&/..,' `
INCINTL='-I${top_builddir}/intl' LTLIBINTL=`echo $LTLIBINTL | sed 's,${top_builddir},&/..,' `
LIBINTL_DEP='${top_builddir}/../intl/libintl.a'
INCINTL='-I${top_builddir}/../intl'
;; ;;
esac esac
......
...@@ -24,8 +24,10 @@ LIBINTL_DEP= ...@@ -24,8 +24,10 @@ LIBINTL_DEP=
INCINTL= INCINTL=
case $USE_INCLUDED_LIBINTL in case $USE_INCLUDED_LIBINTL in
yes) yes)
LIBINTL_DEP='${top_builddir}/intl/libintl.a' LIBINTL=`echo $LIBINTL | sed 's,${top_builddir},&/..,' `
INCINTL='-I${top_builddir}/intl' LTLIBINTL=`echo $LTLIBINTL | sed 's,${top_builddir},&/..,' `
LIBINTL_DEP='${top_builddir}/../intl/libintl.a'
INCINTL='-I${top_builddir}/../intl'
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment