File automake-fix.dif of Package soundtracker
--- configure.in +++ configure.in @@ -31,9 +31,8 @@ AM_CONDITIONAL(NO_ASM, test x$asm_support = xno) -if test x$asm_support != xno; then - AM_PROG_AS -else +AM_PROG_AS +if test x$asm_support = xno; then AC_DEFINE([NO_ASM], 1, [Set if no assembler support is wanted]) fi @@ -55,6 +54,7 @@ dnl Also add new catalogs to soundtracker.spec (%build)! ALL_LINGUAS="da de es fr gl hr it ja no pl ru sk sl sv" AM_GNU_GETTEXT +AM_GNU_GETTEXT_VERSION(0.12) dnl ----------------------------------------------------------------------- dnl Test for GTK+ / GNOME