1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

Add and apply autotools.patch to fix all autotools warnings for portsmf.

This commit is contained in:
benjamin.drung@gmail.com 2013-11-01 10:12:14 +00:00
parent c9b7f23924
commit 22e7fbbd06
3 changed files with 24 additions and 2 deletions

View File

@ -207,7 +207,7 @@ portsmf
http://portmedia.sourceforge.net/
Cross-platform Midi file reader and writer (succeeded and obsoltes allegro)
Version in Audacity SVN: SVN snapshot from 227
Patches: none
Patches: autotools.patch: Fix all autotools warnings.
Upstream Version: SVN revision 227
portburn

View File

@ -0,0 +1,21 @@
Index: configure.ac
===================================================================
--- configure.ac (revision 12817)
+++ configure.ac (working copy)
@@ -28,7 +28,7 @@
AM_INIT_AUTOMAKE([-Wall foreign])
dnl Audacity policy: don't enable automatic rebuild of configure et al if
dnl sources change
-AM_MAINTAINER_MODE([enabled])
+AM_MAINTAINER_MODE
dnl -------------------------------------------------------
dnl Checks for programs.
@@ -42,6 +42,7 @@
AC_LANG([C++])
AC_PROG_CXX
AC_PROG_CXXCPP
+AM_PROG_AR
CFLAGS="$cflags_save"
CPPFLAGS="$cppflags_save"
CXXFLAGS="$cxxflags_save"

View File

@ -28,7 +28,7 @@ dnl set up automake
AM_INIT_AUTOMAKE([-Wall foreign])
dnl Audacity policy: don't enable automatic rebuild of configure et al if
dnl sources change
AM_MAINTAINER_MODE([enabled])
AM_MAINTAINER_MODE
dnl -------------------------------------------------------
dnl Checks for programs.
@ -42,6 +42,7 @@ AC_PROG_CC
AC_LANG([C++])
AC_PROG_CXX
AC_PROG_CXXCPP
AM_PROG_AR
CFLAGS="$cflags_save"
CPPFLAGS="$cppflags_save"
CXXFLAGS="$cxxflags_save"