summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-04 15:34:11 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-04 15:34:11 +0000
commitae3c46c45ff8258da2bb2c5ce6415471fdf682ef (patch)
treebe6233884b87505e5273b23d74c1075f6f62f4ce /dev-libs/elfutils/files
parentfix up pcre details (diff)
downloadgentoo-2-ae3c46c45ff8258da2bb2c5ce6415471fdf682ef.tar.gz
gentoo-2-ae3c46c45ff8258da2bb2c5ce6415471fdf682ef.tar.bz2
gentoo-2-ae3c46c45ff8258da2bb2c5ce6415471fdf682ef.zip
Fix working with autoconf-2.60 #142264.
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'dev-libs/elfutils/files')
-rw-r--r--dev-libs/elfutils/files/elfutils-0.122-aux-config-dir.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-libs/elfutils/files/elfutils-0.122-aux-config-dir.patch b/dev-libs/elfutils/files/elfutils-0.122-aux-config-dir.patch
new file mode 100644
index 000000000000..9632674a21ca
--- /dev/null
+++ b/dev-libs/elfutils/files/elfutils-0.122-aux-config-dir.patch
@@ -0,0 +1,33 @@
+--- configure.ac
++++ configure.ac
+@@ -19,7 +19,7 @@
+ AC_INIT([Red Hat elfutils],[0.122],[http://bugzilla.redhat.com/bugzilla/],
+ [elfutils])
+
+-AC_CONFIG_AUX_DIR([config])
++AC_CONFIG_AUX_DIR([$PWD/config])
+ AC_CONFIG_FILES([config/Makefile])
+
+ AC_COPYRIGHT([Copyright (C) 1996-2003, 2004, 2005, 2006 Red Hat, Inc.])
+--- libelf-po/Makefile.in.in
++++ libelf-po/Makefile.in.in
+@@ -28,7 +28,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
++mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@
+--- po/Makefile.in.in
++++ po/Makefile.in.in
+@@ -28,7 +28,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
++mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@