* configure.in: Use src/main.c in AC_INIT.

This commit is contained in:
Pavel Roskin 2001-05-19 04:20:33 +00:00
parent ba950320db
commit 133919b119
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-05-18 Pavel Roskin <proski@gnu.org>
* configure.in: Use src/main.c in AC_INIT.
* create_vcs: Remove.
* INSTALL: Update download locations for MC, rxvt, gpm, ncurses.

View File

@ -1,7 +1,7 @@
dnl
dnl Configure.in file for the Midnight Commander
dnl
AC_INIT(create_vcs)
AC_INIT(src/main.c)
AC_PREREQ(2.13)
AC_CANONICAL_HOST