Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 5856c7a

Browse files
authored
Merge pull request #421 from samhansen/cleanup/autotools-artifacts
Remove autotools artifacts from repository
2 parents 0875967 + 14454a2 commit 5856c7a

File tree

49 files changed

+38
-91188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+38
-91188
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,25 @@
5151
/support
5252
/test-apps
5353
/tools
54+
configure
5455
Makefile
56+
Makefile.in
57+
BuildConfig.h.in
58+
aclocal.m4
59+
build/autoconf/compile
60+
build/autoconf/config.guess
61+
build/autoconf/config.sub
62+
build/autoconf/depcomp
63+
build/autoconf/install-sh
64+
build/autoconf/ltmain.sh
65+
build/autoconf/m4/libtool.m4
66+
build/autoconf/m4/ltoptions.m4
67+
build/autoconf/m4/ltsugar.m4
68+
build/autoconf/m4/ltversion.m4
69+
build/autoconf/m4/lt~obsolete.m4
70+
build/autoconf/missing
71+
build/autoconf/py-compile
72+
build/autoconf/test-driver
5573
TAGS
5674
autom4te.cache
5775
config.log

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ sudo: required
2727
before_install:
2828
- .travis/before_install.sh
2929

30+
before_script:
31+
- ./bootstrap
32+
3033
script:
3134
- .travis/script.sh
3235

@@ -104,4 +107,4 @@ deploy:
104107
tags: true
105108
env:
106109
global:
107-
secure: PJdNS8L51Y+Op8xc2C9U13Y6eQUAszDEKigB0jn9LsXB8BZwJsu3mjmtLTQBU99nqAhsCKiN85kxry6APi/xjcDJ3/iRP8IpP8KJ/VV68CChdu1X/2iatSS/EOAT4ZBoo3sUCmP98w4k5G6HiVCpnNprhZOg8xsD9bflVkX9Au67hcwfHfKWyX1c/kbYYyegSWd+7GgkNZRGAws1yuwL1MwGppDqKQJ1bOciALaA1LMzzl1wvrle6t+CWvLH51YoIgndFsTJaphGqXp/hveCIsXEGKY5ZN8RkfuSvs9JupsfoXjA9Nxg2WfLC5c4MeyJV9yvzF9zZNglra9+PTlHFMxnuSvyIKRiHb9rwXMwgtb8Tqwhe0Cikj77gHdRUfZjUNBS34nNRqACSFjSFDM9N862z17BqfMZu0A0znquM24vfm+JV1i7OZ8USdbbmBqtL5qJgimQv2/Y/j3H/o6IrqOLEhuzOXQynclf6xi6AdXlcJ1QmTTicU5JbETJuzkvOYsnUs7TBV0FaPf+j98LEHTXZUPlDtQz4sIu757SiYUuR6Jm357yOwyv+x/PMk250g2op0TtMksjR3HQahnz8HJPYLenOxogYqarqY6E4TNm2P+bRDCPgxQ+dTSvlrcH8qhl+PHImn38q38ghm98WUvqdwxAApI3cZdy4Ja/3WA=
110+
secure: PJdNS8L51Y+Op8xc2C9U13Y6eQUAszDEKigB0jn9LsXB8BZwJsu3mjmtLTQBU99nqAhsCKiN85kxry6APi/xjcDJ3/iRP8IpP8KJ/VV68CChdu1X/2iatSS/EOAT4ZBoo3sUCmP98w4k5G6HiVCpnNprhZOg8xsD9bflVkX9Au67hcwfHfKWyX1c/kbYYyegSWd+7GgkNZRGAws1yuwL1MwGppDqKQJ1bOciALaA1LMzzl1wvrle6t+CWvLH51YoIgndFsTJaphGqXp/hveCIsXEGKY5ZN8RkfuSvs9JupsfoXjA9Nxg2WfLC5c4MeyJV9yvzF9zZNglra9+PTlHFMxnuSvyIKRiHb9rwXMwgtb8Tqwhe0Cikj77gHdRUfZjUNBS34nNRqACSFjSFDM9N862z17BqfMZu0A0znquM24vfm+JV1i7OZ8USdbbmBqtL5qJgimQv2/Y/j3H/o6IrqOLEhuzOXQynclf6xi6AdXlcJ1QmTTicU5JbETJuzkvOYsnUs7TBV0FaPf+j98LEHTXZUPlDtQz4sIu757SiYUuR6Jm357yOwyv+x/PMk250g2op0TtMksjR3HQahnz8HJPYLenOxogYqarqY6E4TNm2P+bRDCPgxQ+dTSvlrcH8qhl+PHImn38q38ghm98WUvqdwxAApI3cZdy4Ja/3WA=

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ $(distdir)/.dist-version $(builddir)/.local-version:
196196
# this.
197197
#
198198

199-
DISTCHECK_CONFIGURE_FLAGS = `chmod u+w .. ../third_party`
199+
DISTCHECK_CONFIGURE_FLAGS = `chmod u+w ../.. ../../third_party`
200200

201201
#
202202
# BlueZ is not well set-up without patching to handle 'make distcheck';

0 commit comments

Comments
 (0)