aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-06-14 06:17:26 -0400
committerGlenn Morris2012-06-14 06:17:26 -0400
commitafd07e01e33de75733d2501c27bcc89b1ff4c54f (patch)
treeb6d169e115222769d692cc3c42b1fd3bbd075cbb
parente93864f9436cf1718bc9ae2c1b707e931f95c9df (diff)
downloademacs-afd07e01e33de75733d2501c27bcc89b1ff4c54f.tar.gz
emacs-afd07e01e33de75733d2501c27bcc89b1ff4c54f.zip
Auto-commit of generated files.
-rw-r--r--autogen/config.in6
-rwxr-xr-xautogen/configure18
2 files changed, 12 insertions, 12 deletions
diff --git a/autogen/config.in b/autogen/config.in
index 9cd48488f20..02d359653f4 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -55,6 +55,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
55/* Define if Emacs cannot be dumped on your system. */ 55/* Define if Emacs cannot be dumped on your system. */
56#undef CANNOT_DUMP 56#undef CANNOT_DUMP
57 57
58/* Define this to enable compile time checks for the Lisp_Object data type. */
59#undef CHECK_LISP_OBJECT_TYPE
60
58/* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP 61/* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
59 systems. This function is required for 'alloca.c' support on those systems. 62 systems. This function is required for 'alloca.c' support on those systems.
60 */ 63 */
@@ -1091,9 +1094,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1091/* Define to 1 if using GTK. */ 1094/* Define to 1 if using GTK. */
1092#undef USE_GTK 1095#undef USE_GTK
1093 1096
1094/* Define this to use a lisp union for the Lisp_Object data type. */
1095#undef USE_LISP_UNION_TYPE
1096
1097/* Define to 1 if using the Lucid X toolkit. */ 1097/* Define to 1 if using the Lucid X toolkit. */
1098#undef USE_LUCID 1098#undef USE_LUCID
1099 1099
diff --git a/autogen/configure b/autogen/configure
index e4e1cbfd641..d288410af8e 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -1354,7 +1354,7 @@ enable_ns_self_contained
1354enable_asserts 1354enable_asserts
1355enable_locallisppath 1355enable_locallisppath
1356enable_checking 1356enable_checking
1357enable_use_lisp_union_type 1357enable_check_lisp_object_type
1358enable_profiling 1358enable_profiling
1359enable_autodepend 1359enable_autodepend
1360enable_dependency_tracking 1360enable_dependency_tracking
@@ -2006,10 +2006,10 @@ Optional Features:
2006 only specific categories of checks. Categories are: 2006 only specific categories of checks. Categories are:
2007 all,yes,no. Flags are: stringbytes, stringoverrun, 2007 all,yes,no. Flags are: stringbytes, stringoverrun,
2008 stringfreelist, xmallocoverrun, conslist 2008 stringfreelist, xmallocoverrun, conslist
2009 --enable-use-lisp-union-type 2009 --enable-check-lisp-object-type
2010 use a union for the Lisp_Object data type. This is 2010 enable compile time checks for the Lisp_Object data
2011 only useful for development for catching certain 2011 type. This is useful for development for catching
2012 types of bugs. 2012 certain types of bugs.
2013 --enable-profiling build emacs with profiling support. This might not 2013 --enable-profiling build emacs with profiling support. This might not
2014 work on all platforms 2014 work on all platforms
2015 --enable-autodepend automatically generate dependencies to .h-files. 2015 --enable-autodepend automatically generate dependencies to .h-files.
@@ -4328,11 +4328,11 @@ $as_echo "#define GC_CHECK_CONS_LIST 1" >>confdefs.h
4328 4328
4329fi 4329fi
4330 4330
4331# Check whether --enable-use-lisp-union-type was given. 4331# Check whether --enable-check-lisp-object-type was given.
4332if test "${enable_use_lisp_union_type+set}" = set; then : 4332if test "${enable_check_lisp_object_type+set}" = set; then :
4333 enableval=$enable_use_lisp_union_type; if test "${enableval}" != "no"; then 4333 enableval=$enable_check_lisp_object_type; if test "${enableval}" != "no"; then
4334 4334
4335$as_echo "#define USE_LISP_UNION_TYPE 1" >>confdefs.h 4335$as_echo "#define CHECK_LISP_OBJECT_TYPE 1" >>confdefs.h
4336 4336
4337fi 4337fi
4338fi 4338fi