hyperstart is the name of this program

not dvminit or hyperinit.

Signed-off-by: Gao feng <feng@hyper.sh>
This commit is contained in:
Gao feng
2015-06-03 15:59:22 +08:00
parent 820da51e32
commit a00bdc776c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -60,5 +60,5 @@ autoheader
automake --add-missing
echo
echo "type '$srcdir/configure' and 'make' to compile hyperinit."
echo "type '$srcdir/configure' and 'make' to compile hyperstart."
echo
+1 -1
View File
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([dvminit], [0.1], [list@getdvm.org])
AC_INIT([hyperstart], [0.1], [www.hyper.sh])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/init.c])
AC_CONFIG_HEADERS([config.h])