diff options
| author | Glenn Morris | 2013-02-15 06:17:38 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-02-15 06:17:38 -0500 |
| commit | 0f63df79f05310cf6a0bde3474c0c976bb7c2178 (patch) | |
| tree | fa02f6ff64db761e79ca4b7307d1318b083b2e23 | |
| parent | 648e5523fbfc3dfbce58f66437112bc442470c87 (diff) | |
| download | emacs-0f63df79f05310cf6a0bde3474c0c976bb7c2178.tar.gz emacs-0f63df79f05310cf6a0bde3474c0c976bb7c2178.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen/configure b/autogen/configure index 8f58b87ab20..0ba98637fa4 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -15815,6 +15815,12 @@ case $opsys in | |||
| 15815 | 15815 | ||
| 15816 | ;; | 15816 | ;; |
| 15817 | 15817 | ||
| 15818 | aix*) | ||
| 15819 | $as_echo "#define DATA_START 0x20000000" >>confdefs.h | ||
| 15820 | |||
| 15821 | $as_echo "#define DATA_SEG_BITS 0x20000000" >>confdefs.h | ||
| 15822 | |||
| 15823 | ;; | ||
| 15818 | hpux*) | 15824 | hpux*) |
| 15819 | $as_echo "#define DATA_START 0x40000000" >>confdefs.h | 15825 | $as_echo "#define DATA_START 0x40000000" >>confdefs.h |
| 15820 | 15826 | ||