diff options
| author | Glenn Morris | 2012-12-17 06:17:34 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-12-17 06:17:34 -0500 |
| commit | 4cc63c814237feaed9590585f1bbdf2aca214c0b (patch) | |
| tree | f04444ec74d5dd9c27453caf4fcad5bc366196cb | |
| parent | 6ae57a675881d8a2a0b58704a66bb5a74d6f0a1f (diff) | |
| download | emacs-4cc63c814237feaed9590585f1bbdf2aca214c0b.tar.gz emacs-4cc63c814237feaed9590585f1bbdf2aca214c0b.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 1 | ||||
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 78 |
3 files changed, 82 insertions, 0 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index fdac2e11ddc..8c93ab869a0 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in | |||
| @@ -543,6 +543,7 @@ LD_SWITCH_SYSTEM = @LD_SWITCH_SYSTEM@ | |||
| 543 | LD_SWITCH_SYSTEM_TEMACS = @LD_SWITCH_SYSTEM_TEMACS@ | 543 | LD_SWITCH_SYSTEM_TEMACS = @LD_SWITCH_SYSTEM_TEMACS@ |
| 544 | LD_SWITCH_X_SITE = @LD_SWITCH_X_SITE@ | 544 | LD_SWITCH_X_SITE = @LD_SWITCH_X_SITE@ |
| 545 | LD_SWITCH_X_SITE_RPATH = @LD_SWITCH_X_SITE_RPATH@ | 545 | LD_SWITCH_X_SITE_RPATH = @LD_SWITCH_X_SITE_RPATH@ |
| 546 | LIBACL_LIBS = @LIBACL_LIBS@ | ||
| 546 | LIBGIF = @LIBGIF@ | 547 | LIBGIF = @LIBGIF@ |
| 547 | LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ | 548 | LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ |
| 548 | LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ | 549 | LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ |
diff --git a/autogen/config.in b/autogen/config.in index f443933bbd9..b05dbbdc5ba 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -716,6 +716,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 716 | /* Define to 1 if you have the <png.h> header file. */ | 716 | /* Define to 1 if you have the <png.h> header file. */ |
| 717 | #undef HAVE_PNG_H | 717 | #undef HAVE_PNG_H |
| 718 | 718 | ||
| 719 | /* Define to 1 if using POSIX ACL support. */ | ||
| 720 | #undef HAVE_POSIX_ACL | ||
| 721 | |||
| 719 | /* Define to 1 if you have the `posix_memalign' function. */ | 722 | /* Define to 1 if you have the `posix_memalign' function. */ |
| 720 | #undef HAVE_POSIX_MEMALIGN | 723 | #undef HAVE_POSIX_MEMALIGN |
| 721 | 724 | ||
diff --git a/autogen/configure b/autogen/configure index c53e3bdbf03..ab58e8d1727 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -1201,6 +1201,7 @@ FONTCONFIG_LIBS | |||
| 1201 | FONTCONFIG_CFLAGS | 1201 | FONTCONFIG_CFLAGS |
| 1202 | LIBXMU | 1202 | LIBXMU |
| 1203 | LIBXTR6 | 1203 | LIBXTR6 |
| 1204 | LIBACL_LIBS | ||
| 1204 | LIBGNUTLS_LIBS | 1205 | LIBGNUTLS_LIBS |
| 1205 | LIBGNUTLS_CFLAGS | 1206 | LIBGNUTLS_CFLAGS |
| 1206 | LIBSELINUX_LIBS | 1207 | LIBSELINUX_LIBS |
| @@ -1395,6 +1396,7 @@ with_dbus | |||
| 1395 | with_gconf | 1396 | with_gconf |
| 1396 | with_gsettings | 1397 | with_gsettings |
| 1397 | with_selinux | 1398 | with_selinux |
| 1399 | with_acl | ||
| 1398 | with_gnutls | 1400 | with_gnutls |
| 1399 | with_inotify | 1401 | with_inotify |
| 1400 | with_makeinfo | 1402 | with_makeinfo |
| @@ -2118,6 +2120,7 @@ Optional Packages: | |||
| 2118 | --without-gconf don't compile with GConf support | 2120 | --without-gconf don't compile with GConf support |
| 2119 | --without-gsettings don't compile with GSettings support | 2121 | --without-gsettings don't compile with GSettings support |
| 2120 | --without-selinux don't compile with SELinux support | 2122 | --without-selinux don't compile with SELinux support |
| 2123 | --without-acl don't compile with ACL support | ||
| 2121 | --without-gnutls don't use -lgnutls for SSL/TLS support | 2124 | --without-gnutls don't use -lgnutls for SSL/TLS support |
| 2122 | --without-inotify don't compile with inotify (file-watch) support | 2125 | --without-inotify don't compile with inotify (file-watch) support |
| 2123 | --without-makeinfo don't require makeinfo for building manuals | 2126 | --without-makeinfo don't require makeinfo for building manuals |
| @@ -4174,6 +4177,14 @@ else | |||
| 4174 | fi | 4177 | fi |
| 4175 | 4178 | ||
| 4176 | 4179 | ||
| 4180 | # Check whether --with-acl was given. | ||
| 4181 | if test "${with_acl+set}" = set; then : | ||
| 4182 | withval=$with_acl; | ||
| 4183 | else | ||
| 4184 | with_acl=$with_features | ||
| 4185 | fi | ||
| 4186 | |||
| 4187 | |||
| 4177 | # Check whether --with-gnutls was given. | 4188 | # Check whether --with-gnutls was given. |
| 4178 | if test "${with_gnutls+set}" = set; then : | 4189 | if test "${with_gnutls+set}" = set; then : |
| 4179 | withval=$with_gnutls; | 4190 | withval=$with_gnutls; |
| @@ -11489,6 +11500,73 @@ $as_echo "#define HAVE_INOTIFY 1" >>confdefs.h | |||
| 11489 | 11500 | ||
| 11490 | fi | 11501 | fi |
| 11491 | 11502 | ||
| 11503 | HAVE_POSIX_ACL=no | ||
| 11504 | LIBACL_LIBS= | ||
| 11505 | if test "${with_acl}" = "yes"; then | ||
| 11506 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acl_set_file in -lacl" >&5 | ||
| 11507 | $as_echo_n "checking for acl_set_file in -lacl... " >&6; } | ||
| 11508 | if test "${ac_cv_lib_acl_acl_set_file+set}" = set; then : | ||
| 11509 | $as_echo_n "(cached) " >&6 | ||
| 11510 | else | ||
| 11511 | ac_check_lib_save_LIBS=$LIBS | ||
| 11512 | LIBS="-lacl $LIBS" | ||
| 11513 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 11514 | /* end confdefs.h. */ | ||
| 11515 | |||
| 11516 | /* Override any GCC internal prototype to avoid an error. | ||
| 11517 | Use char because int might match the return type of a GCC | ||
| 11518 | builtin and then its argument prototype would still apply. */ | ||
| 11519 | #ifdef __cplusplus | ||
| 11520 | extern "C" | ||
| 11521 | #endif | ||
| 11522 | char acl_set_file (); | ||
| 11523 | int | ||
| 11524 | main () | ||
| 11525 | { | ||
| 11526 | return acl_set_file (); | ||
| 11527 | ; | ||
| 11528 | return 0; | ||
| 11529 | } | ||
| 11530 | _ACEOF | ||
| 11531 | if ac_fn_c_try_link "$LINENO"; then : | ||
| 11532 | ac_cv_lib_acl_acl_set_file=yes | ||
| 11533 | else | ||
| 11534 | ac_cv_lib_acl_acl_set_file=no | ||
| 11535 | fi | ||
| 11536 | rm -f core conftest.err conftest.$ac_objext \ | ||
| 11537 | conftest$ac_exeext conftest.$ac_ext | ||
| 11538 | LIBS=$ac_check_lib_save_LIBS | ||
| 11539 | fi | ||
| 11540 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_acl_acl_set_file" >&5 | ||
| 11541 | $as_echo "$ac_cv_lib_acl_acl_set_file" >&6; } | ||
| 11542 | if test "x$ac_cv_lib_acl_acl_set_file" = x""yes; then : | ||
| 11543 | HAVE_POSIX_ACL=yes | ||
| 11544 | else | ||
| 11545 | HAVE_POSIX_ACL=no | ||
| 11546 | fi | ||
| 11547 | |||
| 11548 | if test "$HAVE_POSIX_ACL" = yes; then | ||
| 11549 | |||
| 11550 | $as_echo "#define HAVE_POSIX_ACL 1" >>confdefs.h | ||
| 11551 | |||
| 11552 | LIBACL_LIBS=-lacl | ||
| 11553 | else | ||
| 11554 | ac_fn_c_check_func "$LINENO" "acl_set_file" "ac_cv_func_acl_set_file" | ||
| 11555 | if test "x$ac_cv_func_acl_set_file" = x""yes; then : | ||
| 11556 | HAVE_POSIX_ACL=yes | ||
| 11557 | else | ||
| 11558 | HAVE_POSIX_ACL=no | ||
| 11559 | fi | ||
| 11560 | |||
| 11561 | if test "$HAVE_POSIX_ACL" = yes; then | ||
| 11562 | |||
| 11563 | $as_echo "#define HAVE_POSIX_ACL 1" >>confdefs.h | ||
| 11564 | |||
| 11565 | fi | ||
| 11566 | fi | ||
| 11567 | fi | ||
| 11568 | |||
| 11569 | |||
| 11492 | HAVE_XAW3D=no | 11570 | HAVE_XAW3D=no |
| 11493 | LUCID_LIBW= | 11571 | LUCID_LIBW= |
| 11494 | if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then | 11572 | if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then |