summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-08-22 23:27:31 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-08-22 23:27:31 +0000
commit3c6d81bf06becda3f9ab005c7310b2343588115e (patch)
tree5365ffa5b7cff45d1a6b3b57fc52c0e591cd5a37 /configure.in
parente0815136a8d8ec40b3d64cca372199f50d3d2bad (diff)
downloadvte-3c6d81bf06becda3f9ab005c7310b2343588115e.tar.gz
Bind ENQ to "return-terminal-status". Fix an off-by-one which incorrectly
* src/caps.c: Bind ENQ to "return-terminal-status". * src/iso2022.c: Fix an off-by-one which incorrectly triggered an assertion. * src/vte.c: Implement send-primary/secondary-device-attributes. Bind shift+insert to "paste PRIMARY". Guard against NULL window/icon title when telling the child app what they are.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index a71be7e5..c8df563c 100644
--- a/configure.in
+++ b/configure.in
@@ -110,6 +110,12 @@ AC_DEFINE_UNQUOTED(LOCALEDIR,"$mydatadir/locale",
GETTEXT_PACKAGE=vte
AC_SUBST(GETTEXT_PACKAGE)
+PACKAGE_BUGREPORT="nalin@redhat.com"
+PACKAGE_NAME=$PACKAGE
+PACKAGE_STRING="$PACKAGE $VERSION"
+PACKAGE_TARNAME=$PACKAGE
+PACKAGE_VERSION=$VERSION
+
AM_CONFIG_HEADER(config.h)
AC_OUTPUT([
Makefile