diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-04-23 19:54:08 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-04-23 19:54:08 +0000 |
commit | 6484fcbc85aa95f11cee920e4434b062ff3b7c21 (patch) | |
tree | 81b9fee9235df15dfa44b3d14fe1b2f63c76e09e /autogen.sh | |
parent | bf831313bd700377003fef57a698fced01ef1241 (diff) | |
download | vte-6484fcbc85aa95f11cee920e4434b062ff3b7c21.tar.gz |
autogen.sh: Default to include optimization, even for debugging.
configure.in: Move AM_CONFIG_HEADER to the top.
src/pty.c: Create non-login shells by default (when argv is NULL).
src/vte.c: Add mostly-complete input method support.
src/vte.h: Add vte_terminal_im_append_menuitems().
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/bash -e -CFLAGS="${CFLAGS:--g3 -Wall}" ; export CFLAGS +CFLAGS="${CFLAGS:--g3 -O -Wall}" ; export CFLAGS set -x libtoolize -f autoheader |