(AC_PREREQ): Require autoconf 2.62.
This commit is contained in:
parent
cb71155600
commit
49a9e76da8
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-07-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* configure.in (AC_PREREQ): Require autoconf 2.62.
|
||||
|
||||
2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* configure.in (--enable-checking, --enable-profiling): Use
|
||||
|
|
|
@ -21,7 +21,7 @@ dnl
|
|||
dnl You should have received a copy of the GNU General Public License
|
||||
dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_PREREQ(2.62)
|
||||
AC_INIT(emacs, 23.1.50)
|
||||
AC_CONFIG_HEADER(src/config.h:src/config.in)
|
||||
AC_CONFIG_SRCDIR(src/lisp.h)
|
||||
|
|
Loading…
Add table
Reference in a new issue