Skip to content

Commit

Permalink
Remove autotools-generated files
Browse files Browse the repository at this point in the history
Remove autotools-generated files from version control.  These can be
regenerated via the bootstrap script.

The bootstrap script does not set PATH because the pathname for
autoreconf varies across platforms.  For example:
- /usr/bin/autoreconf (Linux)
- /usr/local/bin/autoreconf (FreeBSD and OpenBSD)
- /usr/pkg/bin/autoreconf (NetBSD)

Signed-off-by: Chris Dunlap <cdunlap@llnl.gov>
  • Loading branch information
dun committed Oct 23, 2018
1 parent 34d6d78 commit 44168a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6,098 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ addons:
name: "dun/conman"
description: "ConMan: The Console Manager"
notification_email: cdunlap@llnl.gov
build_command_prepend: "./configure"
build_command_prepend: "./bootstrap && ./configure"
build_command: "make"
branch_pattern: coverity_scan

Expand All @@ -34,4 +34,4 @@ before_install:

script:
- test "${TRAVIS_BRANCH}" != 'coverity_scan' || exit 0
- ./configure ${CONFIGURE_OPTS} && colormake -e -k
- ./bootstrap && ./configure ${CONFIGURE_OPTS} && colormake -e -k
3 changes: 3 additions & 0 deletions bootstrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
set -e
autoreconf --force --install --verbose
169 changes: 0 additions & 169 deletions config.h.in

This file was deleted.

Loading

0 comments on commit 44168a4

Please sign in to comment.