Codebase list frei0r / 60839d0 debian / patches / 1-AM_INIT_AUTOMAKE.patch
60839d0

Tree @60839d0 (Download .tar.gz)

1-AM_INIT_AUTOMAKE.patch @60839d0raw · history · blame

Description: fix args to AM_INIT_AUTOMAKE
 arguments to AM_INIT_AUTOMAKE have been deprecated.
 see http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
Author: IOhannes m zmölnig
Forwarded: https://github.com/dyne/frei0r/pull/5
Last-Update: 2014-05-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- frei0r.orig/configure.ac
+++ frei0r/configure.ac
@@ -5,7 +5,7 @@
 AC_INIT(frei0r-plugins, [1.5.0], [frei0r-devel@dyne.org])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
 
 # Checks for programs.
 AC_PROG_CXX