aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-12-17 06:17:34 -0500
committerGlenn Morris2012-12-17 06:17:34 -0500
commit4cc63c814237feaed9590585f1bbdf2aca214c0b (patch)
treef04444ec74d5dd9c27453caf4fcad5bc366196cb
parent6ae57a675881d8a2a0b58704a66bb5a74d6f0a1f (diff)
downloademacs-4cc63c814237feaed9590585f1bbdf2aca214c0b.tar.gz
emacs-4cc63c814237feaed9590585f1bbdf2aca214c0b.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in1
-rw-r--r--autogen/config.in3
-rwxr-xr-xautogen/configure78
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@
543LD_SWITCH_SYSTEM_TEMACS = @LD_SWITCH_SYSTEM_TEMACS@ 543LD_SWITCH_SYSTEM_TEMACS = @LD_SWITCH_SYSTEM_TEMACS@
544LD_SWITCH_X_SITE = @LD_SWITCH_X_SITE@ 544LD_SWITCH_X_SITE = @LD_SWITCH_X_SITE@
545LD_SWITCH_X_SITE_RPATH = @LD_SWITCH_X_SITE_RPATH@ 545LD_SWITCH_X_SITE_RPATH = @LD_SWITCH_X_SITE_RPATH@
546LIBACL_LIBS = @LIBACL_LIBS@
546LIBGIF = @LIBGIF@ 547LIBGIF = @LIBGIF@
547LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ 548LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
548LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ 549LIBGNUTLS_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
1201FONTCONFIG_CFLAGS 1201FONTCONFIG_CFLAGS
1202LIBXMU 1202LIBXMU
1203LIBXTR6 1203LIBXTR6
1204LIBACL_LIBS
1204LIBGNUTLS_LIBS 1205LIBGNUTLS_LIBS
1205LIBGNUTLS_CFLAGS 1206LIBGNUTLS_CFLAGS
1206LIBSELINUX_LIBS 1207LIBSELINUX_LIBS
@@ -1395,6 +1396,7 @@ with_dbus
1395with_gconf 1396with_gconf
1396with_gsettings 1397with_gsettings
1397with_selinux 1398with_selinux
1399with_acl
1398with_gnutls 1400with_gnutls
1399with_inotify 1401with_inotify
1400with_makeinfo 1402with_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
4174fi 4177fi
4175 4178
4176 4179
4180# Check whether --with-acl was given.
4181if test "${with_acl+set}" = set; then :
4182 withval=$with_acl;
4183else
4184 with_acl=$with_features
4185fi
4186
4187
4177# Check whether --with-gnutls was given. 4188# Check whether --with-gnutls was given.
4178if test "${with_gnutls+set}" = set; then : 4189if 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
11490fi 11501fi
11491 11502
11503HAVE_POSIX_ACL=no
11504LIBACL_LIBS=
11505if 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; }
11508if test "${ac_cv_lib_acl_acl_set_file+set}" = set; then :
11509 $as_echo_n "(cached) " >&6
11510else
11511 ac_check_lib_save_LIBS=$LIBS
11512LIBS="-lacl $LIBS"
11513cat 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
11520extern "C"
11521#endif
11522char acl_set_file ();
11523int
11524main ()
11525{
11526return acl_set_file ();
11527 ;
11528 return 0;
11529}
11530_ACEOF
11531if ac_fn_c_try_link "$LINENO"; then :
11532 ac_cv_lib_acl_acl_set_file=yes
11533else
11534 ac_cv_lib_acl_acl_set_file=no
11535fi
11536rm -f core conftest.err conftest.$ac_objext \
11537 conftest$ac_exeext conftest.$ac_ext
11538LIBS=$ac_check_lib_save_LIBS
11539fi
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; }
11542if test "x$ac_cv_lib_acl_acl_set_file" = x""yes; then :
11543 HAVE_POSIX_ACL=yes
11544else
11545 HAVE_POSIX_ACL=no
11546fi
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"
11555if test "x$ac_cv_func_acl_set_file" = x""yes; then :
11556 HAVE_POSIX_ACL=yes
11557else
11558 HAVE_POSIX_ACL=no
11559fi
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
11567fi
11568
11569
11492HAVE_XAW3D=no 11570HAVE_XAW3D=no
11493LUCID_LIBW= 11571LUCID_LIBW=
11494if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then 11572if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then