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])