• 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.mk
Jerzy GrzegorekJerzy Grzegorek committed 62146ea3ad706 Sep 2013
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# autoconf
4
#
5
################################################################################
6
​
7
AUTOCONF_VERSION = 2.69
8
AUTOCONF_SOURCE = autoconf-$(AUTOCONF_VERSION).tar.xz
9
AUTOCONF_SITE = $(BR2_GNU_MIRROR)/autoconf
10
​
11
AUTOCONF_LICENSE = GPLv3+ with exceptions
12
AUTOCONF_LICENSE_FILES = COPYINGv3 COPYING.EXCEPTION
13
​
14
AUTOCONF_CONF_ENV = EMACS="no" ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
15
            ac_cv_prog_gnu_m4_gnu=no
16
​
17
AUTOCONF_DEPENDENCIES = host-m4 perl
18
​
19
HOST_AUTOCONF_CONF_ENV = EMACS="no" ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
20
            ac_cv_prog_gnu_m4_gnu=no
21
​
22
HOST_AUTOCONF_DEPENDENCIES = host-m4 host-libtool
23
​
24
$(eval $(autotools-package))
25
$(eval $(host-autotools-package))
26
​
27
# variables used by other packages
28
AUTOCONF = $(HOST_DIR)/usr/bin/autoconf
29
AUTOHEADER = $(HOST_DIR)/usr/bin/autoheader
30
AUTORECONF = $(HOST_CONFIGURE_OPTS) ACLOCAL="$(ACLOCAL)" AUTOCONF="$(AUTOCONF)" AUTOHEADER="$(AUTOHEADER)" AUTOMAKE="$(AUTOMAKE)" AUTOPOINT=/bin/true $(HOST_DIR)/usr/bin/autoreconf -f -i -I "$(ACLOCAL_DIR)" -I "$(ACLOCAL_HOST_DIR)"
  • 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.