Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fa63f49c
Commit
fa63f49c
authored
Oct 09, 2009
by
Chong Yidong
Browse files
* cedet/ede/pconf.el (ede-proj-configure-synchronize): Use
"autoreconf -i". Suggested by Andreas Schwab.
parent
d364386c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/cedet/ede/pconf.el
lisp/cedet/ede/pconf.el
+1
-7
No files found.
lisp/ChangeLog
View file @
fa63f49c
2009-10-09 Chong Yidong <cyd@stupidchicken.com>
* cedet/ede/pconf.el (ede-proj-configure-synchronize): Use
"autoreconf -i". Suggested by Andreas Schwab.
2009-10-09 Juanma Barranquero <lekktu@gmail.com>
* international/mule-cmds.el (ucs-names): Exclude new "Enclosed
...
...
lisp/cedet/ede/pconf.el
View file @
fa63f49c
...
...
@@ -99,13 +99,7 @@ don't do it. A value of nil means to just do it.")
(
ede-map-targets
this
'ede-proj-tweak-autoconf
)))
;; Now save
(
save-buffer
)
;; Verify aclocal
(
setq
postcmd
"aclocal;"
)
;; Always add missing files as needed.
(
setq
postcmd
(
concat
postcmd
"automake --add-missing;"
))
;; Always do autoreconf
(
setq
postcmd
(
concat
postcmd
"autoreconf;"
))
(
setq
postcmd
"autoreconf -i;"
)
;; Verify a bunch of files that are required by automake.
(
ede-proj-configure-test-required-file
this
"AUTHORS"
)
(
ede-proj-configure-test-required-file
this
"NEWS"
)
...
...
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