Skip to content

Commit

Permalink
BUILD: Add AM_PROG_AR to configure.ac
Browse files Browse the repository at this point in the history
To shut up a libtool warning (and make it more portable, I guess?)
  • Loading branch information
DrMcCoy committed Jun 18, 2013
1 parent c51551f commit 0101232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ INSTALL
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
/build-aux/ar-lib
/build-aux/compile
/build-aux/config.guess
/build-aux/config.sub
Expand Down
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ AC_ARG_VAR(SDL_CONFIG, [sdl-config utility])
AC_ARG_VAR(SDL_CFLAGS, [C compiler flags for SDL])
AC_ARG_VAR(SDL_LIBS, [libraries to pass to the linker for SDL])

dnl If AM_PROG_AR exists, call it, to shut up a libtool warning (and make it more portable, I guess?)
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])

dnl libtool
LT_PREREQ([2.2])
LT_INIT([disable-shared])
Expand Down

0 comments on commit 0101232

Please sign in to comment.