Skip to content

Commit

Permalink
Fix for automake 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrankow committed Dec 21, 2012
1 parent 373da49 commit d566bf7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ AC_CANONICAL_SYSTEM
@AC_PROG_CHECKS@
AC_PROG_INSTALL
AC_PROG_LIBTOOL([disable-static])
AM_PROG_AR
# Make AM_PROG_AR work before automake 1.12
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])

## -----------------------------------------------
## API Checks
Expand Down Expand Up @@ -63,4 +64,4 @@ echo "
Prefix.........: $prefix
C Compiler.....: $CC $CFLAGS
Linker.........: $LD $LDFLAGS $LIBS
"
"

0 comments on commit d566bf7

Please sign in to comment.