summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-05 21:10:38 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-05 21:10:38 +0000
commite0a0d6e3430205a765b05fa4be4965d0edd0466b (patch)
treeb747efd84160a712582ec288651e8c20f2c3c8b7 /dev-libs/elfutils/files
parentapply fix from Martin von Gagern #142264 / #142852 (diff)
downloadhistorical-e0a0d6e3430205a765b05fa4be4965d0edd0466b.tar.gz
historical-e0a0d6e3430205a765b05fa4be4965d0edd0466b.tar.bz2
historical-e0a0d6e3430205a765b05fa4be4965d0edd0466b.zip
apply fix from Martin von Gagern #142264 / #142852
Package-Manager: portage-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, 0 insertions, 33 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
deleted file mode 100644
index 9632674a21ca..000000000000
--- a/dev-libs/elfutils/files/elfutils-0.122-aux-config-dir.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- 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@