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

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.102 by ayin, Fri Dec 28 14:00:47 2007 UTC vs.
Revision 1.104 by root, Sun Jan 6 21:34:57 2008 UTC

11 11
12dnl RXVT version 12dnl RXVT version
13changequote(, )dnl 13changequote(, )dnl
14VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 14VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
15DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 15DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
16dnl LIBVERSION=`sed -n -e 's/^.*[ \t]LIBVERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
17changequote([, ])dnl 16changequote([, ])dnl
18AC_SUBST(VERSION)dnl 17AC_SUBST(VERSION)dnl
19AC_SUBST(DATE)dnl 18AC_SUBST(DATE)dnl
20dnl AC_SUBST(LIBVERSION)dnl
21 19
22echo "" 20echo ""
23echo "configuring for rxvt $VERSION" 21echo "configuring for rxvt $VERSION"
24echo "" 22echo ""
25 23
81AC_CHECK_FUNC(setlocale, [], [AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])]) 79AC_CHECK_FUNC(setlocale, [], [AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])])
82 80
83dnl# solaris needs to link libnsl and socket 81dnl# solaris needs to link libnsl and socket
84AC_CHECK_FUNC(gethostbyname, [], [AC_CHECK_LIB(nsl, gethostbyname, [LIBS="$LIBS -lnsl"])]) 82AC_CHECK_FUNC(gethostbyname, [], [AC_CHECK_LIB(nsl, gethostbyname, [LIBS="$LIBS -lnsl"])])
85AC_CHECK_FUNC(socket, [], [AC_CHECK_LIB(socket, socket, [LIBS="$LIBS -lsocket"])]) 83AC_CHECK_FUNC(socket, [], [AC_CHECK_LIB(socket, socket, [LIBS="$LIBS -lsocket"])])
86
87dnl AC_ENABLE_SHARED(no)dnl# libtool
88dnl AC_ENABLE_STATIC(yes)dnl# libtool
89dnl AC_PROG_LIBTOOL()dnl# libtool
90 84
91support_frills=yes 85support_frills=yes
92support_inheritpixmap=yes 86support_inheritpixmap=yes
93support_fading=yes 87support_fading=yes
94support_keepscrolling=yes 88support_keepscrolling=yes
115 109
116dnl# -------------------------------------------------------------------------- 110dnl# --------------------------------------------------------------------------
117dnl# CHECKING COMMAND LINE OPTIONS 111dnl# CHECKING COMMAND LINE OPTIONS
118dnl# -------------------------------------------------------------------------- 112dnl# --------------------------------------------------------------------------
119 113
120dnl if test "x$enable_shared" = xyes; then
121dnl AC_DEFINE(LIBRXVT, 1, Build shared library version - specify via configure only)
122dnl INSTALL_LIBRXVT=yes
123dnl fi
124dnl AC_SUBST(INSTALL_LIBRXVT)
125
126AC_ARG_ENABLE(everything, 114AC_ARG_ENABLE(everything,
127 [ --enable-everything enable standard non-multichoice features 115 [ --enable-everything enable standard non-multichoice features
128 NOTE: this option is order dependent], 116 NOTE: this option is order dependent],
129 [ 117 [
130 if test x$enableval = xno; then 118 if test x$enableval = xno; then
131 support_frills=no 119 support_frills=no
132 support_inheritpixmap=no 120 support_inheritpixmap=no
133 support_fading=no 121 support_fading=no
226 [if test x$enableval = xyes -o x$enableval = xno; then 214 [if test x$enableval = xyes -o x$enableval = xno; then
227 support_styles=$enableval 215 support_styles=$enableval
228 fi]) 216 fi])
229 217
230AC_ARG_ENABLE(afterimage, 218AC_ARG_ENABLE(afterimage,
231 [ --enable-afterimage enable integration with libAfterImage for background images], 219 [ --enable-afterimage enable integration with libAfterImage for background images],
232 [if test x$enableval = xyes -o x$enableval = xno; then 220 [if test x$enableval = xyes -o x$enableval = xno; then
233 support_afterimage=$enableval 221 support_afterimage=$enableval
234 fi]) 222 fi])
235 223
236AC_ARG_WITH(afterimage_config, 224AC_ARG_WITH(afterimage_config,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines