summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5d71b7c..6e67dd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([ProKit], [0.1.0], [mailto:proteanos-dev@lists.proteanos.com], [prokit],
+AC_INIT([ProteanOS Development Kit], [0.1.0],
+ [mailto:proteanos-dev@lists.proteanos.com], [prokit],
[http://www.proteanos.com/dev/prokit/])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/prokit.sh])