diff options
| author | Glenn Morris | 2013-07-23 06:17:48 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-07-23 06:17:48 -0400 |
| commit | 20d5e28ab33010943af43c92e57788549e08a991 (patch) | |
| tree | eba9a6011b82f25619265850605177cf825ed5d5 | |
| parent | e3ebe15a742508bf11b12fbe3d77e48ff67a170c (diff) | |
| download | emacs-20d5e28ab33010943af43c92e57788549e08a991.tar.gz emacs-20d5e28ab33010943af43c92e57788549e08a991.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/autogen/config.in b/autogen/config.in index 3fe82ce0f92..5c5b2dfdbca 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -1468,6 +1468,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1468 | /* Define to 1 if using the Motif X toolkit. */ | 1468 | /* Define to 1 if using the Motif X toolkit. */ |
| 1469 | #undef USE_MOTIF | 1469 | #undef USE_MOTIF |
| 1470 | 1470 | ||
| 1471 | /* Define to 1 if you use ncurses. */ | ||
| 1472 | #undef USE_NCURSES | ||
| 1473 | |||
| 1471 | /* Enable extensions on AIX 3, Interix. */ | 1474 | /* Enable extensions on AIX 3, Interix. */ |
| 1472 | #ifndef _ALL_SOURCE | 1475 | #ifndef _ALL_SOURCE |
| 1473 | # undef _ALL_SOURCE | 1476 | # undef _ALL_SOURCE |
diff --git a/autogen/configure b/autogen/configure index 5c02e0d4ecb..73f92d98d08 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -15022,6 +15022,11 @@ $as_echo "#define TERMINFO 1" >>confdefs.h | |||
| 15022 | 15022 | ||
| 15023 | TERMCAP_OBJ=terminfo.o | 15023 | TERMCAP_OBJ=terminfo.o |
| 15024 | fi | 15024 | fi |
| 15025 | if test "X$LIBS_TERMCAP" = "X-lncurses"; then | ||
| 15026 | |||
| 15027 | $as_echo "#define USE_NCURSES 1" >>confdefs.h | ||
| 15028 | |||
| 15029 | fi | ||
| 15025 | 15030 | ||
| 15026 | 15031 | ||
| 15027 | 15032 | ||