• 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/dc3dd/0002-fix-autoreconf.patch
Thomas PetazzoniThomas Petazzoni committed 8607ae919dc01 Apr 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Remove use of AM_C_PROTOTYPES to fix autoreconf
2
​
3
The AM_C_PROTOTYPES macro no longer exists since automake 1.12. It
4
existed to support de-ANSI-fication of code using ansi2knr. It was
5
simply removed from coreutils m4/jm-macros.m4 in commit
6
88873501cff9ed937edf969cedd693517ab0a293, but this change was not
7
propagated to dc3dd, causing an autoreconf failure:
8
​
9
configure.ac:45: error: automatic de-ANSI-fication support has been removed
10
/home/peko/autobuild/instance-0/output/host/usr/share/aclocal-1.15/obsolete.m4:26: AM_C_PROTOTYPES is expanded from...
11
m4/jm-macros.m4:124: gl_CHECK_ALL_TYPES is expanded from...
12
m4/jm-macros.m4:22: coreutils_MACROS is expanded from...
13
configure.ac:45: the top level
14
​
15
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16
​
17
Index: b/m4/jm-macros.m4
18
===================================================================
19
--- a/m4/jm-macros.m4
20
+++ b/m4/jm-macros.m4
21
@@ -128,11 +128,6 @@
22
   dnl whether functions and headers are available, whether they work, etc.
23
   AC_REQUIRE([AC_SYS_LARGEFILE])
24
 
25
-  dnl This test must precede tests of compiler characteristics like
26
-  dnl that for the inline keyword, since it may change the degree to
27
-  dnl which the compiler supports such features.
28
-  AC_REQUIRE([AM_C_PROTOTYPES])
29
-
30
   dnl Checks for typedefs, structures, and compiler characteristics.
31
   AC_REQUIRE([AC_C_BIGENDIAN])
32
   AC_REQUIRE([AC_C_VOLATILE])
  • 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.