build-sys: Fix project name

This commit is contained in:
Colin Walters 2013-12-22 10:58:11 -05:00
parent f578eeba9d
commit ac6a1b8482

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([fedora-ostree], [2013.1], [walters@verbum.org])
AC_INIT([rpm-ostree], [2013.1], [walters@verbum.org])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])