aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/automake/files
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-09-19 21:19:28 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-09-19 21:19:28 +0000
commitfdbb57d061fab29f3517b43b96e0e16a2bd77902 (patch)
tree94fb78be716cf46aa6f61dfa960fdfae76f304f2 /recipes/automake/files
parent7692feb4df88f6ed5c72a7f69d6c4346ba03c5db (diff)
downloadopenembedded-fdbb57d061fab29f3517b43b96e0e16a2bd77902.tar.gz
automake: Recipes cleanup and fixes:
* Move common part of recipes to automake.inc. * Use conditional ac_cv_path_PERL instead of path_prog_fixes.patch to fix automake on target. * Remove unneeded datadir symlinks that make impossible to install more automake versions. * Make symlinks from unversioned copy of binaries. * Cleanup of obsolete parts of recipesthat make impossible to install more automake versions. * Make symlinks from unversioned copy of binaries. * Cleanup of obsolete parts of recipes.
Diffstat (limited to 'recipes/automake/files')
-rw-r--r--recipes/automake/files/path_prog_fixes.patch55
1 files changed, 0 insertions, 55 deletions
diff --git a/recipes/automake/files/path_prog_fixes.patch b/recipes/automake/files/path_prog_fixes.patch
deleted file mode 100644
index 69cea77035..0000000000
--- a/recipes/automake/files/path_prog_fixes.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-Index: automake-1.10.2/Makefile.am
-===================================================================
---- automake-1.10.2.orig/Makefile.am
-+++ automake-1.10.2/Makefile.am
-@@ -75,7 +75,8 @@
- -e 's,[@]SHELL[@],$(SHELL),g' \
- -e 's,[@]VERSION[@],$(VERSION),g' \
- -e 's,[@]configure_input[@],Generated from $@.in; do not edit by hand.,g' \
-- -e 's,[@]datadir[@],$(datadir),g'
-+ -e 's,[@]datadir[@],$(datadir),g' \
-+ -e 's,[@]bindir[@],$(bindir),g'
-
- ## These files depend on Makefile so they are rebuilt if $(VERSION),
- ## $(datadir) or other do_subst'ituted variables change.
-Index: automake-1.10.2/Makefile.in
-===================================================================
---- automake-1.10.2.orig/Makefile.in
-+++ automake-1.10.2/Makefile.in
-@@ -186,7 +186,8 @@
- -e 's,[@]SHELL[@],$(SHELL),g' \
- -e 's,[@]VERSION[@],$(VERSION),g' \
- -e 's,[@]configure_input[@],Generated from $@.in; do not edit by hand.,g' \
-- -e 's,[@]datadir[@],$(datadir),g'
-+ -e 's,[@]datadir[@],$(datadir),g' \
-+ -e 's,[@]bindir[@],$(bindir),g'
-
- WGET = wget
- WGET_SV_CVS = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/
-Index: automake-1.10.2/automake.in
-===================================================================
---- automake-1.10.2.orig/automake.in
-+++ automake-1.10.2/automake.in
-@@ -1,8 +1,10 @@
--#!@PERL@ -w
-+#!@bindir@/env perl
- # -*- perl -*-
- # @configure_input@
-
--eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
-+use warnings;
-+
-+eval 'case $# in 0) exec @bindir@/env perl -S "$0";; *) exec @bindir@/env perl -S "$0" "$@";; esac'
- if 0;
-
- # automake - create Makefile.in from Makefile.am
-Index: automake-1.10.2/aclocal.in
-===================================================================
---- automake-1.10.2.orig/aclocal.in
-+++ automake-1.10.2/aclocal.in
-@@ -1,4 +1,4 @@
--#!@PERL@ -w
-+#!@bindir@/env perl -w
- # -*- perl -*-
- # @configure_input@
-