"autoreconf -i". Suggested by Andreas Schwab.
+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
(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")