Skip to content

Commit

Permalink
libtool: fixed harmless m4 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeboski committed Apr 21, 2015
1 parent 8fe0ba9 commit fd30c4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -12,6 +12,7 @@ config.status
configure
INSTALL
libtool
m4
libtool.m4
lt*.m4
Makefile
Makefile.in
5 changes: 3 additions & 2 deletions Makefile.am
@@ -1,2 +1,3 @@
SUBDIRS = steam
EXTRA_DIST = autogen.sh
ACLOCAL_AMFLAGS = -Im4
EXTRA_DIST = autogen.sh
SUBDIRS = steam
1 change: 1 addition & 0 deletions autogen.sh
Expand Up @@ -6,6 +6,7 @@ test -z "$srcdir" && srcdir=.
cwd=$(pwd)
cd "$srcdir"

mkdir -p m4
autoreconf --verbose --force --install || exit $?

cd "$cwd"
Expand Down

0 comments on commit fd30c4b

Please sign in to comment.