• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/autoconf/autoconf-2.65-fix-m4-detection-test-on-dash.patch
Thomas PetazzoniThomas Petazzoni committed cb4ab36bcf115 Dec 2009
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Patch taken upstream at
2
http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=7f75858f577f11a844781764f30cd42cfe8a5669,
3
with the following modifications:
4
​
5
 * Changes to NEWS file removed to avoid conflicts
6
​
7
 * Changes also made manually to the generated configure
8
   script. Otherwise, host-autoconf is needed to compile
9
   host-autoconf !
10
​
11
Index: autoconf-2.65.old/configure
12
===================================================================
13
--- autoconf-2.65.old.orig/configure    2009-12-15 16:11:05.175566911 +0100
14
+++ autoconf-2.65.old/configure 2009-12-15 16:11:37.739562146 +0100
15
@@ -2380,7 +2380,7 @@
16
       ac_snippet=change'quote(<,>)in''dir(<if''def>,mac,bug)'
17
       ac_snippet=${ac_snippet}pat'subst(a,\(b\)\|\(a\),\1)d'nl
18
       test -z "`$ac_path_M4 -F conftest.m4f </dev/null 2>&1`" \
19
-      && test -z "`echo $ac_snippet | $ac_path_M4 --trace=mac 2>&1`" \
20
+      && test -z "`$as_echo $ac_snippet | $ac_path_M4 --trace=mac 2>&1`" \
21
       && test -f conftest.m4f \
22
       && ac_cv_path_M4=$ac_path_M4 ac_path_M4_found=:
23
       rm -f conftest.m4f
24
Index: autoconf-2.65.old/m4/m4.m4
25
===================================================================
26
--- autoconf-2.65.old.orig/m4/m4.m4 2009-12-15 16:11:05.207566124 +0100
27
+++ autoconf-2.65.old/m4/m4.m4  2009-12-15 16:11:18.595562030 +0100
28
@@ -29,7 +29,7 @@
29
       ac_snippet=change'quote(<,>)in''dir(<if''def>,mac,bug)'
30
       ac_snippet=${ac_snippet}pat'subst(a,\(b\)\|\(a\),\1)d'nl
31
       test -z "`$ac_path_M4 -F conftest.m4f </dev/null 2>&1`" \
32
-      && test -z "`echo $ac_snippet | $ac_path_M4 --trace=mac 2>&1`" \
33
+      && test -z "`AS_ECHO([$ac_snippet]) | $ac_path_M4 --trace=mac 2>&1`" \
34
       && test -f conftest.m4f \
35
       && ac_cv_path_M4=$ac_path_M4 ac_path_M4_found=:
36
       rm -f conftest.m4f],
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.