diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-25 20:16:56 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-25 20:16:56 +0000 |
commit | 741b772680cbaa17353fff6ab1f693811fa1d192 (patch) | |
tree | 65c3f49767a6096977672d4a84ce3b6e4751d42c /intl/configure | |
parent | 5822029019a1746f9e29fc0dea32f9347d5913ad (diff) | |
download | gcc-741b772680cbaa17353fff6ab1f693811fa1d192.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82259 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'intl/configure')
-rwxr-xr-x | intl/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/intl/configure b/intl/configure index 32d77536b18..f212db5371e 100755 --- a/intl/configure +++ b/intl/configure @@ -7037,8 +7037,10 @@ LIBINTL_DEP= INCINTL= case $USE_INCLUDED_LIBINTL in yes) - LIBINTL_DEP='${top_builddir}/intl/libintl.a' - INCINTL='-I${top_builddir}/intl' + LIBINTL=`echo $LIBINTL | sed 's,${top_builddir},&/..,' ` + LTLIBINTL=`echo $LTLIBINTL | sed 's,${top_builddir},&/..,' ` + LIBINTL_DEP='${top_builddir}/../intl/libintl.a' + INCINTL='-I${top_builddir}/../intl' ;; esac |