diff --git a/ChangeLog b/ChangeLog index 86b888fbf..67406dbc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-05-18 Pavel Roskin + * configure.in: Use src/main.c in AC_INIT. + * create_vcs: Remove. * INSTALL: Update download locations for MC, rxvt, gpm, ncurses. diff --git a/configure.in b/configure.in index 51b44ee5f..639adb95f 100644 --- a/configure.in +++ b/configure.in @@ -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