diff -pru elfutils-0.101-old/Makefile.am elfutils-0.101/Makefile.am --- elfutils-0.101-old/Makefile.am 2005-02-15 10:15:28.000000000 +0100 +++ elfutils-0.101/Makefile.am 2005-03-29 16:19:49.000000000 +0200 @@ -16,7 +16,6 @@ ## along with this program; if not, write to the Free Software Foundation, ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ## -ACLOCAL_AMFLAGS = -I m4 mini_SUBDIRS = config m4 lib libelf libelf-po all_SUBDIRS = doc libebl libdw libcpu libasm src po tests diff -pru elfutils-0.101-old/libelf-po/Makefile.in.in elfutils-0.101/libelf-po/Makefile.in.in --- elfutils-0.101-old/libelf-po/Makefile.in.in 2004-01-19 00:52:03.000000000 +0100 +++ elfutils-0.101/libelf-po/Makefile.in.in 2005-03-29 16:19:13.000000000 +0200 @@ -28,7 +28,8 @@ top_builddir = .. INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ MKINSTALLDIRS = @MKINSTALLDIRS@ -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` +#mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` +mkinstalldirs = $(MKINSTALLDIRS) GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ diff -pru elfutils-0.101-old/po/Makefile.in.in elfutils-0.101/po/Makefile.in.in --- elfutils-0.101-old/po/Makefile.in.in 2003-08-12 08:44:52.000000000 +0200 +++ elfutils-0.101/po/Makefile.in.in 2005-03-29 16:18:55.000000000 +0200 @@ -28,7 +28,8 @@ top_builddir = .. INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ MKINSTALLDIRS = @MKINSTALLDIRS@ -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` +#mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` +mkinstalldirs = $(MKINSTALLDIRS) GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@