1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 15:45:54 +01: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

@@ -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"