1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-26 15:20:21 +01:00

Fix all autotools warnings for libscorealign and update m4 macros.

This commit is contained in:
benjamin.drung@gmail.com
2013-11-02 10:41:22 +00:00
parent 8461654680
commit 3dfb613abe
4 changed files with 198 additions and 219 deletions

View File

@@ -45,6 +45,7 @@ AC_PROG_CXXCPP
CFLAGS="$cflags_save"
CPPFLAGS="$cppflags_save"
CXXFLAGS="$cxxflags_save"
AM_PROG_AR
dnl we will need an "install" program to be available
AC_PROG_INSTALL
@@ -118,7 +119,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_TYPE_SIZE_T
AC_CONFIG_FILES([Makefile scorealign.pc scorealign-uninstalled.pc])
AC_CONFIG_FILES([Makefile scorealign.pc])
AC_OUTPUT