emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104342: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104342: Auto-commit of generated files.
Date: Tue, 24 May 2011 00:03:44 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104342
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2011-05-24 00:03:44 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/Makefile.in
  autogen/configure
=== modified file 'autogen/Makefile.in'
--- a/autogen/Makefile.in       2011-05-20 00:54:09 +0000
+++ b/autogen/Makefile.in       2011-05-24 04:03:44 +0000
@@ -508,6 +508,7 @@
 OLDXMENU = @OLDXMENU@
 OLDXMENU_DEPS = @OLDXMENU_DEPS@
 OLDXMENU_TARGET = @OLDXMENU_TARGET@
+OPT_MAKEFILES_IN = @OPT_MAKEFILES_IN@
 OTHER_FILES = @OTHER_FILES@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@

=== modified file 'autogen/configure'
--- a/autogen/configure 2011-05-20 00:54:09 +0000
+++ b/autogen/configure 2011-05-24 04:03:44 +0000
@@ -603,6 +603,7 @@
 am__EXEEXT_TRUE
 LTLIBOBJS
 LIBOBJS
+OPT_MAKEFILES_IN
 LIB_GCC
 LD_FIRSTFLAG
 LD_SWITCH_SYSTEM_TEMACS
@@ -20908,7 +20909,16 @@
 test "${exec_prefix}" != NONE &&
   exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
 
-ac_config_files="$ac_config_files Makefile 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 
test/automated/Makefile"
+ac_config_files="$ac_config_files Makefile 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"
+
+
+if test -f $srcdir/test/automated/Makefile.in; then
+  OPT_MAKEFILES_IN=test/automated/Makefile.in
+  ac_config_files="$ac_config_files test/automated/Makefile"
+
+else
+  OPT_MAKEFILES_IN=
+fi
 
 
 ac_config_commands="$ac_config_commands mkdirs"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]