aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-09-02 06:17:37 -0400
committerGlenn Morris2013-09-02 06:17:37 -0400
commit2f3426954a7e8e6b5c5de123a71f58f606ccc6da (patch)
treedb5ce7b48d34b095347b4bf62ad9918beeda78a4
parent84e70bbae4e86a7832ead64c3f2f7240967ca4b7 (diff)
downloademacs-2f3426954a7e8e6b5c5de123a71f58f606ccc6da.tar.gz
emacs-2f3426954a7e8e6b5c5de123a71f58f606ccc6da.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in1
-rwxr-xr-xautogen/configure4
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@
1220ns_appdir = @ns_appdir@ 1220ns_appdir = @ns_appdir@
1221ns_appresdir = @ns_appresdir@ 1221ns_appresdir = @ns_appresdir@
1222ns_appsrc = @ns_appsrc@ 1222ns_appsrc = @ns_appsrc@
1223ns_check_file = @ns_check_file@
1223ns_self_contained = @ns_self_contained@ 1224ns_self_contained = @ns_self_contained@
1224oldincludedir = @oldincludedir@ 1225oldincludedir = @oldincludedir@
1225pdfdir = @pdfdir@ 1226pdfdir = @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
604LTLIBOBJS 604LTLIBOBJS
605LIBOBJS 605LIBOBJS
606SUBDIR_MAKEFILES_IN 606SUBDIR_MAKEFILES_IN
607ns_check_file
607WINDOW_SYSTEM_OBJ 608WINDOW_SYSTEM_OBJ
608EMACS_HEAPSIZE 609EMACS_HEAPSIZE
609TEMACS_POST_LINK 610TEMACS_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
29060fi 29064fi
29061 29065
29062SUBDIR_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" 29066SUBDIR_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"