diff options
author | Michael Jennings <mej@kainx.org> | 2005-03-15 21:48:14 +0000 |
---|---|---|
committer | Michael Jennings <mej@kainx.org> | 2005-03-15 21:48:14 +0000 |
commit | d983ccb3c58fd2e498bcf27b8c23d368d17e4513 (patch) | |
tree | 6f049b0d1e723804711bfbef11b56b3598eb8927 /configure.in | |
parent | fb382f1f52f49ba7bf5607e68695239ea047a43a (diff) | |
download | eterm-d983ccb3c58fd2e498bcf27b8c23d368d17e4513.tar.gz |
Tue Mar 15 16:44:09 2005 Michael Jennings (mej)
Reverted part of a patch from Chris Schoeneman <crs23@bigfoot.com>
(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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |