Use gnulib's mktime module.
[bpt/emacs.git] / src / README
CommitLineData
81ac4f35
GM
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2 2010 Free Software Foundation, Inc.
7f6d64f8 3See the end of the file for license conditions.
c2e309f2
GM
4
5
33682909
DL
6This directory contains the source files for the C component of GNU Emacs.
7Nothing in this directory is needed for using Emacs once it is built
7c2fb837 8and installed, if the dumped Emacs (on Unix systems) is copied elsewhere.
33682909
DL
9
10See the files ../README and then ../INSTALL for installation instructions.
11
12Under GNU and Unix systems, the file `Makefile.in' is used as a
81ac4f35
GM
13template by the script `../configure' to produce `Makefile'. This
14is the file which actually controls the compilation of Emacs.
15All of this should work transparently to the user; you should only
16need to run `../configure', and then type `make'.
33682909 17
7f6d64f8
GM
18\f
19This file is part of GNU Emacs.
20
b9b1cc14 21GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 22it under the terms of the GNU General Public License as published by
b9b1cc14
GM
23the Free Software Foundation, either version 3 of the License, or
24(at your option) any later version.
7f6d64f8
GM
25
26GNU Emacs is distributed in the hope that it will be useful,
27but WITHOUT ANY WARRANTY; without even the implied warranty of
28MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29GNU General Public License for more details.
30
31You should have received a copy of the GNU General Public License
b9b1cc14 32along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.