diff options
| author | Glenn Morris | 2013-09-02 06:17:37 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-09-02 06:17:37 -0400 |
| commit | 2f3426954a7e8e6b5c5de123a71f58f606ccc6da (patch) | |
| tree | db5ce7b48d34b095347b4bf62ad9918beeda78a4 | |
| parent | 84e70bbae4e86a7832ead64c3f2f7240967ca4b7 (diff) | |
| download | emacs-2f3426954a7e8e6b5c5de123a71f58f606ccc6da.tar.gz emacs-2f3426954a7e8e6b5c5de123a71f58f606ccc6da.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 1 | ||||
| -rwxr-xr-x | autogen/configure | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index e86bfe0468e..f26d3dce212 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in | |||
| @@ -1220,6 +1220,7 @@ ns_appbindir = @ns_appbindir@ | |||
| 1220 | ns_appdir = @ns_appdir@ | 1220 | ns_appdir = @ns_appdir@ |
| 1221 | ns_appresdir = @ns_appresdir@ | 1221 | ns_appresdir = @ns_appresdir@ |
| 1222 | ns_appsrc = @ns_appsrc@ | 1222 | ns_appsrc = @ns_appsrc@ |
| 1223 | ns_check_file = @ns_check_file@ | ||
| 1223 | ns_self_contained = @ns_self_contained@ | 1224 | ns_self_contained = @ns_self_contained@ |
| 1224 | oldincludedir = @oldincludedir@ | 1225 | oldincludedir = @oldincludedir@ |
| 1225 | pdfdir = @pdfdir@ | 1226 | pdfdir = @pdfdir@ |
diff --git a/autogen/configure b/autogen/configure index f069a172de7..61c03785f61 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -604,6 +604,7 @@ am__EXEEXT_TRUE | |||
| 604 | LTLIBOBJS | 604 | LTLIBOBJS |
| 605 | LIBOBJS | 605 | LIBOBJS |
| 606 | SUBDIR_MAKEFILES_IN | 606 | SUBDIR_MAKEFILES_IN |
| 607 | ns_check_file | ||
| 607 | WINDOW_SYSTEM_OBJ | 608 | WINDOW_SYSTEM_OBJ |
| 608 | EMACS_HEAPSIZE | 609 | EMACS_HEAPSIZE |
| 609 | TEMACS_POST_LINK | 610 | TEMACS_POST_LINK |
| @@ -29053,10 +29054,13 @@ if test "$HAVE_NS" = "yes"; then | |||
| 29053 | if test "$NS_IMPL_GNUSTEP" = yes; then | 29054 | if test "$NS_IMPL_GNUSTEP" = yes; then |
| 29054 | ac_config_files="$ac_config_files nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist:nextstep/templates/Info-gnustep.plist.in nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop:nextstep/templates/Emacs.desktop.in" | 29055 | ac_config_files="$ac_config_files nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist:nextstep/templates/Info-gnustep.plist.in nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop:nextstep/templates/Emacs.desktop.in" |
| 29055 | 29056 | ||
| 29057 | ns_check_file=Resources/Info-gnustep.plist | ||
| 29056 | else | 29058 | else |
| 29057 | ac_config_files="$ac_config_files nextstep/Cocoa/Emacs.base/Contents/Info.plist:nextstep/templates/Info.plist.in nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:nextstep/templates/InfoPlist.strings.in" | 29059 | ac_config_files="$ac_config_files nextstep/Cocoa/Emacs.base/Contents/Info.plist:nextstep/templates/Info.plist.in nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:nextstep/templates/InfoPlist.strings.in" |
| 29058 | 29060 | ||
| 29061 | ns_check_file=Contents/Info.plist | ||
| 29059 | fi | 29062 | fi |
| 29063 | |||
| 29060 | fi | 29064 | fi |
| 29061 | 29065 | ||
| 29062 | SUBDIR_MAKEFILES="lib/Makefile lib-src/Makefile oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile lwlib/Makefile lisp/Makefile leim/Makefile nextstep/Makefile nt/Makefile" | 29066 | SUBDIR_MAKEFILES="lib/Makefile lib-src/Makefile oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile lwlib/Makefile lisp/Makefile leim/Makefile nextstep/Makefile nt/Makefile" |