* cedet/ede/pconf.el (ede-proj-configure-synchronize): Use
"autoreconf -i". Suggested by Andreas Schwab.
This commit is contained in:
parent
d364386c8e
commit
fa63f49c89
2 changed files with 6 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2009-10-09 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
* international/mule-cmds.el (ucs-names): Exclude new "Enclosed
|
* international/mule-cmds.el (ucs-names): Exclude new "Enclosed
|
||||||
|
|
|
@ -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)))
|
(ede-map-targets this 'ede-proj-tweak-autoconf)))
|
||||||
;; Now save
|
;; Now save
|
||||||
(save-buffer)
|
(save-buffer)
|
||||||
;; Verify aclocal
|
(setq postcmd "autoreconf -i;")
|
||||||
(setq postcmd "aclocal;")
|
|
||||||
;; Always add missing files as needed.
|
|
||||||
(setq postcmd (concat postcmd "automake --add-missing;"))
|
|
||||||
|
|
||||||
;; Always do autoreconf
|
|
||||||
(setq postcmd (concat postcmd "autoreconf;"))
|
|
||||||
;; Verify a bunch of files that are required by automake.
|
;; 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 "AUTHORS")
|
||||||
(ede-proj-configure-test-required-file this "NEWS")
|
(ede-proj-configure-test-required-file this "NEWS")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue