ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autoconf/configure.in
(Generate patch)

Comparing rxvt-unicode/autoconf/configure.in (file contents):
Revision 1.68 by root, Wed Jan 11 23:08:54 2006 UTC vs.
Revision 1.69 by root, Mon Jan 16 09:28:45 2006 UTC

97dnl AC_ENABLE_STATIC(yes)dnl# libtool 97dnl AC_ENABLE_STATIC(yes)dnl# libtool
98dnl AC_PROG_LIBTOOL()dnl# libtool 98dnl AC_PROG_LIBTOOL()dnl# libtool
99 99
100MALLOC_TYPE=S 100MALLOC_TYPE=S
101 101
102support_addstrings=no
103support_frills=yes 102support_frills=yes
104support_inheritpixmap=yes 103support_inheritpixmap=yes
105support_tinting=yes 104support_tinting=yes
106support_fading=yes 105support_fading=yes
107support_keepscrolling=yes 106support_keepscrolling=yes
387 [RXVTNAME="$withval"]) 386 [RXVTNAME="$withval"])
388AC_DEFINE_UNQUOTED(RXVTNAME,"$RXVTNAME", [Binary base name]) 387AC_DEFINE_UNQUOTED(RXVTNAME,"$RXVTNAME", [Binary base name])
389 388
390RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"` 389RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
391AC_SUBST(RXVTNAME) 390AC_SUBST(RXVTNAME)
392
393AC_ARG_ENABLE(strings,
394 [ --enable-strings enable some replacement system functions],
395 [if test x$enableval = xyes -o x$enableval = xno; then
396 support_addstrings=$enableval
397 fi])
398 391
399AC_ARG_ENABLE(swapscreen, 392AC_ARG_ENABLE(swapscreen,
400 [ --disable-swapscreen disable swap screen support], 393 [ --disable-swapscreen disable swap screen support],
401 [if test x$enableval = xno; then 394 [if test x$enableval = xno; then
402 AC_DEFINE(NO_SECONDARY_SCREEN, 1, Disable the secondary screen. Many programs use the secondary screen as their workplace) 395 AC_DEFINE(NO_SECONDARY_SCREEN, 1, Disable the secondary screen. Many programs use the secondary screen as their workplace)
1446AC_SUBST(DLIB) 1439AC_SUBST(DLIB)
1447AC_SUBST(LIBS) 1440AC_SUBST(LIBS)
1448AC_SUBST(X_LIBS) 1441AC_SUBST(X_LIBS)
1449AC_SUBST(X_EXTRA_LIBS) 1442AC_SUBST(X_EXTRA_LIBS)
1450 1443
1451if test x$support_addstrings = xno; then
1452 AC_DEFINE(NO_STRINGS, 1, Define if you don't need to use our replacement string functions)
1453fi
1454
1455dnl# common parts of the Makefile 1444dnl# common parts of the Makefile
1456MCOMMON=./autoconf/Make.common 1445MCOMMON=./autoconf/Make.common
1457AC_SUBST_FILE(MCOMMON) 1446AC_SUBST_FILE(MCOMMON)
1458 1447
1459AC_ARG_PROGRAM 1448AC_ARG_PROGRAM

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines