2
2
# Process this file with autoconf to produce a configure script.
3
3
4
4
AC_PREREQ ( [ 2.69] )
5
- AC_INIT ( [ icewm] ,[ 3.6.0 ] ,
5
+ AC_INIT ( [ icewm] ,[ 3.7.2 ] ,
6
6
[ https://github.com/bbidulock/icewm/issues] ,
7
7
[ icewm] ,[ https://ice-wm.org] )
8
- AC_REVISION ( [ 3.6.0 ] )
8
+ AC_REVISION ( [ 3.7.2 ] )
9
9
10
10
# set better defaults
11
11
AC_PREFIX_DEFAULT ( [ /usr] )
@@ -22,13 +22,13 @@ AC_CONFIG_AUX_DIR([scripts])
22
22
AC_USE_SYSTEM_EXTENSIONS
23
23
AC_CANONICAL_TARGET
24
24
25
- DATE='2024-06-16 '
25
+ DATE='2025-03-09 '
26
26
AC_SUBST ( [ DATE] )
27
27
28
- MDOCDATE='June 16, 2024 '
28
+ MDOCDATE='March 9, 2025 '
29
29
AC_SUBST ( [ MDOCDATE] )
30
30
31
- BRANCH='2.1.1 '
31
+ BRANCH='3.7.2 '
32
32
AC_SUBST ( [ BRANCH] )
33
33
34
34
APPLICATIONS='icewm icewm-session icesh icewmhint icewmbg icehelp'
@@ -87,7 +87,7 @@ LT_INIT([dlopen])
87
87
LT_LANG([ C++] )
88
88
AC_SUBST ( [ LIBTOOL_DEPS] )
89
89
90
- AM_GNU_GETTEXT_VERSION([ 0.19.8 ] )
90
+ AM_GNU_GETTEXT_VERSION([ 0.19.2 ] )
91
91
AM_GNU_GETTEXT([ external] )
92
92
93
93
AC_ARG_ENABLE ( [ i18n] ,
@@ -296,6 +296,9 @@ for iface in `echo "$with_icesound"|sed 's|,| |g'` ; do
296
296
CONFIG_OSS=yes; audio_support=$iface; break] ,
297
297
[ AC_MSG_WARN ( [ OSS is not supported] ) ] )
298
298
;;
299
+ (no)
300
+ true
301
+ ;;
299
302
(*)
300
303
AC_MSG_WARN ( [ Invalid audio interface: $iface] )
301
304
;;
@@ -308,7 +311,11 @@ then
308
311
BUILD_SOUND=yes
309
312
APPLICATIONS="${APPLICATIONS} icesound"
310
313
else
311
- AC_MSG_WARN ( [ No valid sound interface, not building icesound.] )
314
+ audio_support=no
315
+ if test "x$with_icesound" != "xno"
316
+ then
317
+ AC_MSG_WARN ( [ No valid sound interface, not building icesound.] )
318
+ fi
312
319
fi
313
320
314
321
AC_SUBST ( [ AUDIO_CFLAGS] )
348
355
AC_SUBST ( [ GIO_CFLAGS] )
349
356
AC_SUBST ( [ GIO_LIBS] )
350
357
351
- AC_ARG_ENABLE ( [ rsvg ] ,
358
+ AC_ARG_ENABLE ( [ librsvg ] ,
352
359
AS_HELP_STRING ( [ --disable-librsvg] ,[ Disable SVG using librsvg.] ) )
353
360
AC_ARG_ENABLE ( [ imlib2] ,
354
361
AS_HELP_STRING ( [ --disable-imlib2] ,[ Disable imlib2 rendering.
0 commit comments