Skip to content

Commit

Permalink
Moved build system files into build-aux dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Mar 19, 2014
1 parent 6f631d9 commit 90b3dfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ logs/*
/aclocal.m4
/autom4te.cache
/configure
/config.sub
/config.guess
/config.log
/config.status
/depcomp
/install-sh
/missing
/build-aux
*.swp
*.d
.deps
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
AC_PREREQ(2.61)

AC_INIT(Gource, 0.41, [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/main.h])

AM_INIT_AUTOMAKE([dist-bzip2 foreign subdir-objects])

AC_CANONICAL_HOST
Expand Down
5 changes: 1 addition & 4 deletions dev/bin/build_tar.pl
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@ sub gource_version {
qr{^/data/shaders/bloom\.(?:vert|frag)$},
qr{^/data/shaders/shadow\.(?:vert|frag)$},
qr{^/data/shaders/text\.(?:vert|frag)$},
qr{^/config\.(?:guess|sub)$},
qr{^/install-sh$},
qr{^/missing$},
qr{^/depcomp$},
qr{^/build-aux/(?:compile|config.(?:guess|sub)|depcomp|install-sh|missing)$},
);

my $tmp_path = "/var/tmp/gource-$VERSION";
Expand Down

0 comments on commit 90b3dfc

Please sign in to comment.