From a00bdc776cde1329bb2ae417f959a9cd89b54cdd Mon Sep 17 00:00:00 2001 From: Gao feng Date: Wed, 3 Jun 2015 15:59:22 +0800 Subject: [PATCH] hyperstart is the name of this program not dvminit or hyperinit. Signed-off-by: Gao feng --- autogen.sh | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 3dc7303..baa6df2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 diff --git a/configure.ac b/configure.ac index 91d1e4c..03c917d 100644 --- a/configure.ac +++ b/configure.ac @@ -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])