mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Disable maintainer mode in legacy build
And update autogen.sh to copy build files
This commit is contained in:
parent
386563fc8c
commit
2cf6704e23
@ -147,13 +147,13 @@ fi
|
|||||||
echo "Generating configuration files for $package, please wait ... "
|
echo "Generating configuration files for $package, please wait ... "
|
||||||
|
|
||||||
echo " $ACLOCAL $ACLOCAL_FLAGS"
|
echo " $ACLOCAL $ACLOCAL_FLAGS"
|
||||||
$ACLOCAL $ACLOCAL_FLAGS || exit 1
|
$ACLOCAL $ACLOCAL_FLAGS -Im4 --install || exit 1
|
||||||
echo " $LIBTOOLIZE --automake --force"
|
echo " $LIBTOOLIZE --automake --force"
|
||||||
$LIBTOOLIZE --automake --force || exit 1
|
$LIBTOOLIZE --automake --force --copy --install || exit 1
|
||||||
echo " autoheader"
|
echo " autoheader"
|
||||||
autoheader || exit 1
|
autoheader || exit 1
|
||||||
echo " $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"
|
echo " $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"
|
||||||
$AUTOMAKE --add-missing $AUTOMAKE_FLAGS || exit 1
|
$AUTOMAKE --add-missing $AUTOMAKE_FLAGS --copy || exit 1
|
||||||
echo " autoconf"
|
echo " autoconf"
|
||||||
autoconf || exit 1
|
autoconf || exit 1
|
||||||
|
|
||||||
|
@ -33,6 +33,10 @@ AC_CONFIG_HEADERS([src/config.h])
|
|||||||
AM_INIT_AUTOMAKE([1.14 foreign dist-bzip2 no-dist-gzip serial-tests subdir-objects])
|
AM_INIT_AUTOMAKE([1.14 foreign dist-bzip2 no-dist-gzip serial-tests subdir-objects])
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
|
|
||||||
|
dnl Audacity policy: don't enable automatic rebuild of configure et al if
|
||||||
|
dnl sources change
|
||||||
|
AM_MAINTAINER_MODE([disable])
|
||||||
|
|
||||||
dnl ====================================================================================
|
dnl ====================================================================================
|
||||||
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user