fix AC_INIT tarname

This commit is contained in:
Mischa Spiegelmock
2018-03-03 10:55:18 -08:00
parent 4299251371
commit dc434ecc3e

View File

@ -1,4 +1,4 @@
AC_INIT([projectM], [2.0.0], [mischa@mvstg.biz], [https://github.com/revmischa/projectm])
AC_INIT([projectM], [2.0.0], [mischa@mvstg.biz], [projectM], [https://github.com/revmischa/projectm])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])