mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
Corrext handling of builds where the name of the Audacity binary is not "audacity", via the --program-prefix and --program-suffix options to configure.
Also make numerous other fixes to make uninstall which distros never seem to patch when they patch make install - we now uninstall all the files we install during make install.
This commit is contained in:
@@ -654,8 +654,13 @@ case "${host_os}" in
|
||||
;;
|
||||
esac
|
||||
|
||||
# process Makefile.in's to generate Makefiles
|
||||
AC_CONFIG_FILES([Makefile src/Makefile lib-src/Makefile \
|
||||
locale/Makefile])
|
||||
# Anything that depends on the name of the installed Audacity binary needs
|
||||
# to be processed to set that here
|
||||
AC_CONFIG_FILES([src/audacity.desktop])
|
||||
|
||||
dnl There are various other files we might need to process, depends on what
|
||||
dnl has been enabled previously
|
||||
if [[ "x$LIBEXPAT_USE_LOCAL" = "xyes" ]]; then
|
||||
|
Reference in New Issue
Block a user