diff options
| author | Glenn Morris | 2013-10-23 06:17:41 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-10-23 06:17:41 -0400 |
| commit | 48823f4eb4ae03d7bdbb9d97e17266cc0203852b (patch) | |
| tree | 9def1c2b4cc332ac95a91d2d6cfffe1102869d70 | |
| parent | a318e28f0d621e90d7100fcecc60c1d1668b78b4 (diff) | |
| download | emacs-48823f4eb4ae03d7bdbb9d97e17266cc0203852b.tar.gz emacs-48823f4eb4ae03d7bdbb9d97e17266cc0203852b.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 2 | ||||
| -rwxr-xr-x | autogen/configure | 51 |
2 files changed, 13 insertions, 40 deletions
diff --git a/autogen/config.in b/autogen/config.in index d57d1575119..dedb1888e20 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -1689,7 +1689,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1689 | # define _GL_EXTERN_INLINE_IN_USE | 1689 | # define _GL_EXTERN_INLINE_IN_USE |
| 1690 | #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \ | 1690 | #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \ |
| 1691 | && !defined _GL_EXTERN_INLINE_APPLE_BUG) | 1691 | && !defined _GL_EXTERN_INLINE_APPLE_BUG) |
| 1692 | # if __GNUC_GNU_INLINE__ | 1692 | # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__ |
| 1693 | /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */ | 1693 | /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */ |
| 1694 | # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__)) | 1694 | # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__)) |
| 1695 | # else | 1695 | # else |
diff --git a/autogen/configure b/autogen/configure index 5f379dc8de5..7df5dddeebe 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -4604,30 +4604,6 @@ if test "${enable_gtk_deprecation_warnings+set}" = set; then : | |||
| 4604 | fi | 4604 | fi |
| 4605 | 4605 | ||
| 4606 | 4606 | ||
| 4607 | #### Make srcdir absolute, if it isn't already. It's important to | ||
| 4608 | #### avoid running the file name through pwd unnecessarily, since pwd can | ||
| 4609 | #### give you automounter prefixes, which can go away. We do all this | ||
| 4610 | #### so Emacs can find its files when run uninstalled. | ||
| 4611 | ## Make sure CDPATH doesn't affect cd (in case PWD is relative). | ||
| 4612 | unset CDPATH | ||
| 4613 | case "${srcdir}" in | ||
| 4614 | [\\/]* | ?:[\\/]*) ;; | ||
| 4615 | . ) | ||
| 4616 | ## We may be able to use the $PWD environment variable to make this | ||
| 4617 | ## absolute. But sometimes PWD is inaccurate. | ||
| 4618 | ## Note: we used to use $PWD at the end instead of `pwd`, | ||
| 4619 | ## but that tested only for a well-formed and valid PWD, | ||
| 4620 | ## it did not object when PWD was well-formed and valid but just wrong. | ||
| 4621 | if test ".$PWD" != "." && test ".`(cd "$PWD" ; sh -c pwd)`" = ".`pwd`" ; | ||
| 4622 | then | ||
| 4623 | srcdir="$PWD" | ||
| 4624 | else | ||
| 4625 | srcdir=`(cd "$srcdir"; pwd)` | ||
| 4626 | fi | ||
| 4627 | ;; | ||
| 4628 | * ) srcdir=`(cd "$srcdir"; pwd)` ;; | ||
| 4629 | esac | ||
| 4630 | |||
| 4631 | #### When building with MinGW inside the MSYS tree, 'pwd' produces | 4607 | #### When building with MinGW inside the MSYS tree, 'pwd' produces |
| 4632 | #### directories relative to the root of the MSYS tree, | 4608 | #### directories relative to the root of the MSYS tree, |
| 4633 | #### e.g. '/home/user/foo' instead of '/d/MSYS/home/user/foo'. When | 4609 | #### e.g. '/home/user/foo' instead of '/d/MSYS/home/user/foo'. When |
| @@ -4637,7 +4613,7 @@ esac | |||
| 4637 | #### substitution, it cannot find the data directory. "pwd -W" | 4613 | #### substitution, it cannot find the data directory. "pwd -W" |
| 4638 | #### produces Windows-style 'd:/foo/bar' absolute directory names, so | 4614 | #### produces Windows-style 'd:/foo/bar' absolute directory names, so |
| 4639 | #### we use it here to countermand that lossage. | 4615 | #### we use it here to countermand that lossage. |
| 4640 | test "$MSYSTEM" = "MINGW32" && srcdir=`(cd "$srcdir"; pwd -W | sed -e 's,^\([A-Za-z]\):,/\1,')` | 4616 | test "$MSYSTEM" = "MINGW32" && abs_srcdir=`(cd "$abs_srcdir"; pwd -W | sed -e 's,^\([A-Za-z]\):,/\1,')` |
| 4641 | 4617 | ||
| 4642 | ### Canonicalize the configuration name. | 4618 | ### Canonicalize the configuration name. |
| 4643 | 4619 | ||
| @@ -25592,10 +25568,8 @@ $as_echo_n "checking for working acl_get_file... " >&6; } | |||
| 25592 | if test "${gl_cv_func_working_acl_get_file+set}" = set; then : | 25568 | if test "${gl_cv_func_working_acl_get_file+set}" = set; then : |
| 25593 | $as_echo_n "(cached) " >&6 | 25569 | $as_echo_n "(cached) " >&6 |
| 25594 | else | 25570 | else |
| 25595 | if test "$cross_compiling" = yes; then : | 25571 | gl_cv_func_working_acl_get_file=no |
| 25596 | gl_cv_func_working_acl_get_file=cross-compiling | 25572 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 25597 | else | ||
| 25598 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 25599 | /* end confdefs.h. */ | 25573 | /* end confdefs.h. */ |
| 25600 | #include <sys/types.h> | 25574 | #include <sys/types.h> |
| 25601 | #include <sys/acl.h> | 25575 | #include <sys/acl.h> |
| @@ -25612,20 +25586,19 @@ if (!acl_get_file (".", ACL_TYPE_ACCESS) && errno == ENOENT) | |||
| 25612 | return 0; | 25586 | return 0; |
| 25613 | } | 25587 | } |
| 25614 | _ACEOF | 25588 | _ACEOF |
| 25615 | if ac_fn_c_try_run "$LINENO"; then : | 25589 | if ac_fn_c_try_link "$LINENO"; then : |
| 25616 | gl_cv_func_working_acl_get_file=yes | 25590 | if test $cross_compiling = yes; then |
| 25617 | else | 25591 | gl_cv_func_working_acl_get_file="guessing yes" |
| 25618 | gl_cv_func_working_acl_get_file=no | 25592 | elif ./conftest$ac_exeext; then |
| 25619 | fi | 25593 | gl_cv_func_working_acl_get_file=yes |
| 25620 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ | 25594 | fi |
| 25621 | conftest.$ac_objext conftest.beam conftest.$ac_ext | ||
| 25622 | fi | 25595 | fi |
| 25623 | 25596 | rm -f core conftest.err conftest.$ac_objext \ | |
| 25597 | conftest$ac_exeext conftest.$ac_ext | ||
| 25624 | fi | 25598 | fi |
| 25625 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_acl_get_file" >&5 | 25599 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_acl_get_file" >&5 |
| 25626 | $as_echo "$gl_cv_func_working_acl_get_file" >&6; } | 25600 | $as_echo "$gl_cv_func_working_acl_get_file" >&6; } |
| 25627 | 25601 | if test "$gl_cv_func_working_acl_get_file" != no; then : | |
| 25628 | if test $gl_cv_func_working_acl_get_file = yes; then : | ||
| 25629 | use_acl=1 | 25602 | use_acl=1 |
| 25630 | fi | 25603 | fi |
| 25631 | 25604 | ||