Skip to content

Commit

Permalink
Remove arguments to AM_INIT_AUTOMAKE.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpruett committed May 27, 2014
1 parent 00b645a commit e993fd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2014-05-26 Michael Pruett <michael@68k.org>

* configure.ac:
Remove arguments to AM_INIT_AUTOMAKE.

2014-05-26 Michael Pruett <michael@68k.org>

* gtest/*:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -9,7 +9,7 @@ AUDIOFILE_VERSION=$PACKAGE_VERSION
AC_SUBST(AUDIOFILE_VERSION)
AC_SUBST(AUDIOFILE_VERSION_INFO)

AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER([config.h])

dnl Checks for programs.
Expand Down

0 comments on commit e993fd4

Please sign in to comment.