mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 02:25:43 +01:00
Fix compilation
- Revert gettext version to older one - Added po/Makefile.in again
This commit is contained in:
parent
9cbb9ba893
commit
28e748c694
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ AC_PREFIX_DEFAULT(/usr)
|
|||
AM_INIT_AUTOMAKE(alsa-utils, 1.0.10rc1)
|
||||
|
||||
AM_GNU_GETTEXT([external])
|
||||
AM_GNU_GETTEXT_VERSION([0.14.4])
|
||||
AM_GNU_GETTEXT_VERSION([0.14.0])
|
||||
|
||||
dnl Checks for programs.
|
||||
|
||||
|
@ -84,7 +84,7 @@ AC_PROG_GCC_TRADITIONAL
|
|||
SAVE_UTIL_VERSION
|
||||
|
||||
AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amidi/Makefile amixer/Makefile \
|
||||
m4/Makefile \
|
||||
m4/Makefile po/Makefile.in \
|
||||
alsaconf/alsaconf alsaconf/Makefile \
|
||||
alsaconf/po/Makefile \
|
||||
aplay/Makefile include/Makefile iecset/Makefile utils/Makefile \
|
||||
|
|
Loading…
Reference in a new issue