mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-04 21:50:51 +01:00
Fix autotools warnings from libsamplerate.
(Older) autoreconf versions will fail if the autotools warnings are not addressed.
This commit is contained in:
10
lib-src/libsamplerate/configure
vendored
10
lib-src/libsamplerate/configure
vendored
@@ -690,7 +690,6 @@ CPPFLAGS
|
||||
LDFLAGS
|
||||
CFLAGS
|
||||
CC
|
||||
ACLOCAL_AMFLAGS
|
||||
MAINT
|
||||
MAINTAINER_MODE_FALSE
|
||||
MAINTAINER_MODE_TRUE
|
||||
@@ -3069,9 +3068,8 @@ fi
|
||||
|
||||
|
||||
# Define the identity of the package.
|
||||
|
||||
PACKAGE=$PACKAGE_NAME
|
||||
VERSION=$PACKAGE_VERSION
|
||||
PACKAGE='libsamplerate'
|
||||
VERSION='0.1.7'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@@ -3148,10 +3146,6 @@ fi
|
||||
ac_config_headers="$ac_config_headers src/config.h"
|
||||
|
||||
|
||||
|
||||
ACLOCAL_AMFLAGS="-I M4"
|
||||
|
||||
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
|
||||
Reference in New Issue
Block a user