diff options
| author | Stefan Monnier | 2011-03-31 00:24:03 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-03-31 00:24:03 -0400 |
| commit | 40d83b412f584cc02e68d4eac8fd5e6eb769e2fe (patch) | |
| tree | b56f27a7e6d75a8c1fd27b00179a27b5efea0a32 /config.bat | |
| parent | f488fb6528738131ef41859e1f04125f2e50efce (diff) | |
| parent | 44f230aa043ebb222aa0876b44d70484d5dd38db (diff) | |
| download | emacs-40d83b412f584cc02e68d4eac8fd5e6eb769e2fe.tar.gz emacs-40d83b412f584cc02e68d4eac8fd5e6eb769e2fe.zip | |
Merge from trunk
Diffstat (limited to 'config.bat')
| -rw-r--r-- | config.bat | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.bat b/config.bat index 4288f6537e6..e480a4b9bc8 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -156,9 +156,9 @@ rm -f epaths.tmp | |||
| 156 | 156 | ||
| 157 | rem Create "config.h" | 157 | rem Create "config.h" |
| 158 | rm -f config.h2 config.tmp | 158 | rm -f config.h2 config.tmp |
| 159 | sed -e '' config.in > config.tmp | 159 | sed -e '' ../autogen/config.in > config.tmp |
| 160 | if "%X11%" == "" goto src4 | 160 | if "%X11%" == "" goto src4 |
| 161 | sed -f ../msdos/sed2x.inp <config.in >config.tmp | 161 | sed -f ../msdos/sed2x.inp < ..\autogen\config.in > config.tmp |
| 162 | :src4 | 162 | :src4 |
| 163 | sed -f ../msdos/sed2v2.inp <config.tmp >config.h2 | 163 | sed -f ../msdos/sed2v2.inp <config.tmp >config.h2 |
| 164 | Rem See if DECL_ALIGN can be supported with this GCC | 164 | Rem See if DECL_ALIGN can be supported with this GCC |
| @@ -283,11 +283,12 @@ If Exist getopt.in.h update getopt.in.h getopt.in-h | |||
| 283 | If Exist stdbool.in.h update stdbool.in.h stdbool.in-h | 283 | If Exist stdbool.in.h update stdbool.in.h stdbool.in-h |
| 284 | If Exist stddef.in.h update stddef.in.h stddef.in-h | 284 | If Exist stddef.in.h update stddef.in.h stddef.in-h |
| 285 | If Exist stdint.in.h update stdint.in.h stdint.in-h | 285 | If Exist stdint.in.h update stdint.in.h stdint.in-h |
| 286 | If Exist stdio.in.h update stdio.in.h stdio.in-h | ||
| 286 | If Exist stdlib.in.h update stdlib.in.h stdlib.in-h | 287 | If Exist stdlib.in.h update stdlib.in.h stdlib.in-h |
| 287 | If Exist sys_stat.in.h update sys_stat.in.h sys_stat.in-h | 288 | If Exist sys_stat.in.h update sys_stat.in.h sys_stat.in-h |
| 288 | If Exist time.in.h update time.in.h time.in-h | 289 | If Exist time.in.h update time.in.h time.in-h |
| 289 | If Exist unistd.in.h update unistd.in.h unistd.in-h | 290 | If Exist unistd.in.h update unistd.in.h unistd.in-h |
| 290 | sed -f ../msdos/sedlibcf.inp < Makefile.in > makefile.tmp | 291 | sed -f ../msdos/sedlibcf.inp < ..\autogen\Makefile.in > makefile.tmp |
| 291 | sed -f ../msdos/sedlibmk.inp < makefile.tmp > Makefile | 292 | sed -f ../msdos/sedlibmk.inp < makefile.tmp > Makefile |
| 292 | rm -f makefile.tmp | 293 | rm -f makefile.tmp |
| 293 | Rem Create .Po files for new files in lib/ | 294 | Rem Create .Po files for new files in lib/ |