diff --git a/Makefile.am b/Makefile.am index 823eef73..549108c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,4 +17,4 @@ # 02110-1301 USA ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = eek src examples tests docs +SUBDIRS = eek src tests docs diff --git a/autogen.sh b/autogen.sh index c7b05b9b..3a995bc7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,7 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. -PKG_NAME="eek" +PKG_NAME="eekboard" (test -f $srcdir/configure.ac \ && test -f $srcdir/README ) || { diff --git a/configure.ac b/configure.ac index 8e3a9645..1df0a108 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -AC_INIT([eek], [0.0.0], [ueno@unixuser.org]) +AC_INIT([eekboard], [0.0.0], [ueno@unixuser.org]) AC_CONFIG_SRCDIR([configure.ac]) AC_PREREQ(2.63) AM_INIT_AUTOMAKE @@ -56,7 +56,6 @@ AC_CONFIG_HEADERS([eek/config.h]) AC_CONFIG_FILES([Makefile eek/Makefile src/Makefile -examples/Makefile tests/Makefile docs/Makefile docs/reference/Makefile