1
1
# ================= initialization =================== #
2
2
AC_INIT([Audio Recorder], [0.9.1], [https://bugs.launchpad.net/audio-recorder/+filebug], [audio-recorder])
4
AC_USE_SYSTEM_EXTENSIONS
5
6
AC_CONFIG_SRCDIR([src/main.c])
6
7
#AC_CONFIG_HEADER([src/config.h])
128
129
# *************************
129
130
# Add code for supported languages here. See audio-recorder/po/*.po files.
130
131
# *************************
131
ALL_LINGUAS="cs de en_AU en_GB es eu fi fr hr hu it nb nl pl pt pt_BR ru sk sr tr uk vi"
132
ALL_LINGUAS="cs de en_AU en_GB es eu fi fr hr hu it ms nb nl pl pt_BR pt ru sk sr sv tr uk vi zh_CN"
133
134
GETTEXT_PACKAGE=audio-recorder
151
150
AC_PREFIX_DEFAULT(/usr)
153
152
AC_CONFIG_FILES([
158
icons/hicolor/Makefile
159
icons/hicolor/16x16/Makefile
160
icons/hicolor/16x16/apps/Makefile
161
icons/hicolor/22x22/Makefile
162
icons/hicolor/22x22/apps/Makefile
163
icons/hicolor/24x24/Makefile
164
icons/hicolor/24x24/apps/Makefile
165
icons/hicolor/32x32/Makefile
166
icons/hicolor/32x32/apps/Makefile
167
icons/hicolor/48x48/Makefile
168
icons/hicolor/48x48/apps/Makefile
169
icons/hicolor/64x64/Makefile
170
icons/hicolor/64x64/apps/Makefile
171
icons/hicolor/256x256/Makefile
172
icons/hicolor/256x256/apps/Makefile
157
icons/hicolor/Makefile
158
icons/hicolor/16x16/Makefile
159
icons/hicolor/16x16/apps/Makefile
160
icons/hicolor/22x22/Makefile
161
icons/hicolor/22x22/apps/Makefile
162
icons/hicolor/24x24/Makefile
163
icons/hicolor/24x24/apps/Makefile
164
icons/hicolor/32x32/Makefile
165
icons/hicolor/32x32/apps/Makefile
166
icons/hicolor/48x48/Makefile
167
icons/hicolor/48x48/apps/Makefile
168
icons/hicolor/64x64/Makefile
169
icons/hicolor/64x64/apps/Makefile
170
icons/hicolor/256x256/Makefile
171
icons/hicolor/256x256/apps/Makefile