diff options
| author | Glenn Morris | 2012-12-15 06:17:30 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-12-15 06:17:30 -0500 |
| commit | b0a49335d491761a0143cb8f90d9f99d5b5923e0 (patch) | |
| tree | c0f542de18a5dee00b30449ee1cf680de52c2c50 | |
| parent | d3d14b40f39c2e27d7b81218ceda414ea7847234 (diff) | |
| download | emacs-b0a49335d491761a0143cb8f90d9f99d5b5923e0.tar.gz emacs-b0a49335d491761a0143cb8f90d9f99d5b5923e0.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 9 |
2 files changed, 1 insertions, 11 deletions
diff --git a/autogen/config.in b/autogen/config.in index f9d839bc750..f443933bbd9 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -57,9 +57,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 57 | #undef BROKEN_PTY_READ_AFTER_EAGAIN | 57 | #undef BROKEN_PTY_READ_AFTER_EAGAIN |
| 58 | 58 | ||
| 59 | /* Define if the system is compatible with BSD 4.2. */ | 59 | /* Define if the system is compatible with BSD 4.2. */ |
| 60 | #undef BSD4_2 | ||
| 61 | |||
| 62 | /* Define if the system is compatible with BSD 4.2. */ | ||
| 63 | #undef BSD_SYSTEM | 60 | #undef BSD_SYSTEM |
| 64 | 61 | ||
| 65 | /* Define if AH_BOTTOM should change BSD_SYSTEM. */ | 62 | /* Define if AH_BOTTOM should change BSD_SYSTEM. */ |
diff --git a/autogen/configure b/autogen/configure index 049d3e3d761..c53e3bdbf03 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -15743,7 +15743,6 @@ esac | |||
| 15743 | 15743 | ||
| 15744 | 15744 | ||
| 15745 | 15745 | ||
| 15746 | |||
| 15747 | case $opsys in | 15746 | case $opsys in |
| 15748 | aix4-2) | 15747 | aix4-2) |
| 15749 | $as_echo "#define USG /**/" >>confdefs.h | 15748 | $as_echo "#define USG /**/" >>confdefs.h |
| @@ -15782,9 +15781,7 @@ $as_echo "#define CYGWIN 1" >>confdefs.h | |||
| 15782 | ;; | 15781 | ;; |
| 15783 | 15782 | ||
| 15784 | darwin) | 15783 | darwin) |
| 15785 | $as_echo "#define BSD4_2 /**/" >>confdefs.h | 15784 | $as_echo "#define BSD_SYSTEM /**/" >>confdefs.h |
| 15786 | |||
| 15787 | $as_echo "#define BSD_SYSTEM /**/" >>confdefs.h | ||
| 15788 | 15785 | ||
| 15789 | 15786 | ||
| 15790 | $as_echo "#define DARWIN_OS /**/" >>confdefs.h | 15787 | $as_echo "#define DARWIN_OS /**/" >>confdefs.h |
| @@ -15792,16 +15789,12 @@ $as_echo "#define DARWIN_OS /**/" >>confdefs.h | |||
| 15792 | ;; | 15789 | ;; |
| 15793 | 15790 | ||
| 15794 | freebsd) | 15791 | freebsd) |
| 15795 | $as_echo "#define BSD4_2 /**/" >>confdefs.h | ||
| 15796 | |||
| 15797 | 15792 | ||
| 15798 | $as_echo "#define BSD_SYSTEM_AHB 1" >>confdefs.h | 15793 | $as_echo "#define BSD_SYSTEM_AHB 1" >>confdefs.h |
| 15799 | 15794 | ||
| 15800 | ;; | 15795 | ;; |
| 15801 | 15796 | ||
| 15802 | gnu | netbsd | openbsd ) | 15797 | gnu | netbsd | openbsd ) |
| 15803 | $as_echo "#define BSD4_2 /**/" >>confdefs.h | ||
| 15804 | |||
| 15805 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15798 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 15806 | /* end confdefs.h. */ | 15799 | /* end confdefs.h. */ |
| 15807 | 15800 | ||