Mercurial > emacs
comparison configure.in @ 108340:486e3cc1b3a6
Merge from mainline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Tue, 20 Apr 2010 22:41:29 +0000 |
parents | c3a1d1b47790 |
children | 243bfb706af1 |
comparison
equal
deleted
inserted
replaced
108339:e88fb053fc02 | 108340:486e3cc1b3a6 |
---|---|
20 dnl | 20 dnl |
21 dnl You should have received a copy of the GNU General Public License | 21 dnl You should have received a copy of the GNU General Public License |
22 dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 22 dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
23 | 23 |
24 AC_PREREQ(2.62) | 24 AC_PREREQ(2.62) |
25 AC_INIT(emacs, 23.1.95) | 25 AC_INIT(emacs, 23.1.96) |
26 AC_CONFIG_HEADER(src/config.h:src/config.in) | 26 AC_CONFIG_HEADER(src/config.h:src/config.in) |
27 AC_CONFIG_SRCDIR(src/lisp.h) | 27 AC_CONFIG_SRCDIR(src/lisp.h) |
28 | 28 |
29 dnl Support for --program-prefix, --program-suffix and | 29 dnl Support for --program-prefix, --program-suffix and |
30 dnl --program-transform-name options | 30 dnl --program-transform-name options |