From: root Date: Wed, 4 Jan 2006 05:24:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8836f0962c124035a77530640f12ae200cdb26f1;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/autoconf/Make.common.in b/autoconf/Make.common.in index d2cee058..58917a73 100644 --- a/autoconf/Make.common.in +++ b/autoconf/Make.common.in @@ -43,7 +43,7 @@ INSTALL_DATA = @INSTALL@ -m 644 # Flags & libs # add -DBINDIR=\""$(bindir)/"\" to CPPFLAGS, if we need to spawn a program -CFLAGS = @CFLAGS@ +CXXFLAGS = @CXXFLAGS@ CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@ LDFLAGS = @LDFLAGS@ DEFS = @DEFS@ @@ -57,8 +57,8 @@ XINC = @X_CFLAGS@ @XPM_CFLAGS@ # extra libraries needed by X on some systems, X library location XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@ -COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I. -LINK = @LINKER@ $(CFLAGS) $(LDFLAGS) +COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I. +LINK = @LINKER@ $(LDFLAGS) # End of common section of the Makefile #------------------------------------------------------------------------- diff --git a/autoconf/configure.in b/autoconf/configure.in index ab316d7c..847d9134 100644 --- a/autoconf/configure.in +++ b/autoconf/configure.in @@ -1274,7 +1274,6 @@ dnl# now add and remove other stuff dnl# -------------------------------------------------------------------------- if test x$support_xft = xyes; then LIBS="$LIBS `pkg-config xft --libs`" - CFLAGS="$CFLAGS `pkg-config xft --cflags`" CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" AC_CHECK_HEADERS(X11/Xft/Xft.h,,[support_xft=no]) diff --git a/configure b/configure index 1cbc3657..f0d78bd5 100755 --- a/configure +++ b/configure @@ -12187,7 +12187,6 @@ fi if test x$support_xft = xyes; then LIBS="$LIBS `pkg-config xft --libs`" - CFLAGS="$CFLAGS `pkg-config xft --cflags`" CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" diff --git a/reconf b/reconf index 915e2ab8..357d73da 100755 --- a/reconf +++ b/reconf @@ -10,6 +10,6 @@ if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then export CC CXX fi -./configure --prefix=/opt/rxvt --with-name=rxvt --enable-perl \ +./configure --prefix=/opt/rxvt --with-name=rxvt \ --enable-menubar --enable-xgetdefault \ "$@" diff --git a/src/screen.C b/src/screen.C index 85cc0cd9..93d27d3d 100644 --- a/src/screen.C +++ b/src/screen.C @@ -3138,7 +3138,6 @@ rxvt_term::selection_delimit_word (enum page_dirn dirn, const row_col_t *mark, r break; } -Old_Word_Selection_You_Die: if (dirn == DN) col++; /* put us on one past the end */