From d983ccb3c58fd2e498bcf27b8c23d368d17e4513 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Tue, 15 Mar 2005 21:48:14 +0000 Subject: Tue Mar 15 16:44:09 2005 Michael Jennings (mej) Reverted part of a patch from Chris Schoeneman (changelog entry "Fri Jun 25 17:48:24 2004") which broke dead keys and compose-key sequences. Fixed autoSHIT for dist/distcheck/distclean/maintainer-clean and newer autoSHIT versions. Fixed error in saving of cut_chars attribute. Fixed saving/handling of beep_command attribute. ---------------------------------------------------------------------- SVN revision: 13745 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 6ea1465..0e45ded 100644 --- a/configure.in +++ b/configure.in @@ -1011,7 +1011,7 @@ for i in utils/kEsetroot themes/Eterm/theme.cfg themes/auto/theme.cfg themes/Esc } else { print $0; } - }' $srcdir/$i.in > $srcdir/$i + }' $i.in > $i done &% changequote([, ])dnl @@ -1029,7 +1029,7 @@ Configuration: Source code location: $srcdir Host System Type: $host - Preprocessor: $CC $CPPFLAGS + Preprocessor: $CPP $CPPFLAGS Compiler: $CC $CFLAGS Linker: $CC $LDFLAGS $LIBS Install path: $prefix -- cgit v1.2.1