diff options
| author | Glenn Morris | 2013-09-17 06:17:44 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-09-17 06:17:44 -0400 |
| commit | 5cf10af897aaeb89830d6ff30b17c15c44af5b61 (patch) | |
| tree | 53734754ca7ec18b1b93b1963bc0e7a082be8695 | |
| parent | 4a8bb694aabeb4dc4d14ff417508e182bc1f9148 (diff) | |
| download | emacs-5cf10af897aaeb89830d6ff30b17c15c44af5b61.tar.gz emacs-5cf10af897aaeb89830d6ff30b17c15c44af5b61.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 11 |
2 files changed, 0 insertions, 14 deletions
diff --git a/autogen/config.in b/autogen/config.in index a8ca66e22c8..9b2bbdfc949 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -604,9 +604,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 604 | /* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */ | 604 | /* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */ |
| 605 | #undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP | 605 | #undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP |
| 606 | 606 | ||
| 607 | /* Define to 1 if you have the `g_type_init' function. */ | ||
| 608 | #undef HAVE_G_TYPE_INIT | ||
| 609 | |||
| 610 | /* Define to 1 if netdb.h declares h_errno. */ | 607 | /* Define to 1 if netdb.h declares h_errno. */ |
| 611 | #undef HAVE_H_ERRNO | 608 | #undef HAVE_H_ERRNO |
| 612 | 609 | ||
diff --git a/autogen/configure b/autogen/configure index 72439e795d6..206f5301e82 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -12114,17 +12114,6 @@ $as_echo "no" >&6; } | |||
| 12114 | SAVE_LIBS="$LIBS" | 12114 | SAVE_LIBS="$LIBS" |
| 12115 | CFLAGS="$SETTINGS_CFLAGS $CFLAGS" | 12115 | CFLAGS="$SETTINGS_CFLAGS $CFLAGS" |
| 12116 | LIBS="$SETTINGS_LIBS $LIBS" | 12116 | LIBS="$SETTINGS_LIBS $LIBS" |
| 12117 | for ac_func in g_type_init | ||
| 12118 | do : | ||
| 12119 | ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" | ||
| 12120 | if test "x$ac_cv_func_g_type_init" = x""yes; then : | ||
| 12121 | cat >>confdefs.h <<_ACEOF | ||
| 12122 | #define HAVE_G_TYPE_INIT 1 | ||
| 12123 | _ACEOF | ||
| 12124 | |||
| 12125 | fi | ||
| 12126 | done | ||
| 12127 | |||
| 12128 | CFLAGS="$SAVE_CFLAGS" | 12117 | CFLAGS="$SAVE_CFLAGS" |
| 12129 | LIBS="$SAVE_LIBS" | 12118 | LIBS="$SAVE_LIBS" |
| 12130 | fi | 12119 | fi |