Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
942be821
Commit
942be821
authored
Jan 19, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aclocal.m4: omit auto-generated file from repository
parent
38ec24bf
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1002 deletions
+11
-1002
ChangeLog
ChangeLog
+9
-0
Makefile.in
Makefile.in
+2
-1
aclocal.m4
aclocal.m4
+0
-1001
No files found.
ChangeLog
View file @
942be821
2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
aclocal.m4: omit auto-generated file from repository
* Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
the most recent change here.
* aclocal.m4: Remove from bzr repository. This file is
auto-generated and isn't needed to run 'configure'. See
<http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
Minor Makefile.in tweaks to build from gnulib better.
...
...
Makefile.in
View file @
942be821
...
...
@@ -833,7 +833,8 @@ bootstrap-clean: FRC
### begin to build the program.
top_maintainer_clean
=
\
${top_distclean}
;
\
rm
-fr
autom4te.cache
rm
-fr
autom4te.cache
;
\
rm
-f
aclocal.m4
maintainer-clean
:
bootstrap-clean FRC
(
cd
src
;
$(MAKE)
$(MFLAGS)
maintainer-clean
)
(
cd
lisp
;
$(MAKE)
$(MFLAGS)
maintainer-clean
)
...
...
aclocal.m4
deleted
100644 → 0
View file @
38ec24bf
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment