mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
* configure.in (AC_PREREQ): Require autoconf 2.65.
This commit is contained in:
parent
d02c9bcd09
commit
4240f32b93
@ -1,3 +1,7 @@
|
||||
2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* configure.in (AC_PREREQ): Require autoconf 2.65.
|
||||
|
||||
2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
|
||||
|
@ -23,7 +23,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.66)
|
||||
AC_PREREQ(2.65)
|
||||
AC_INIT(emacs, 24.0.50)
|
||||
AC_CONFIG_HEADER(src/config.h:src/config.in)
|
||||
AC_CONFIG_SRCDIR(src/lisp.h)
|
||||
|
Loading…
Reference in New Issue
Block a user