Removed weird naming dependency when pulling project

This commit is contained in:
Chad Nelson 2025-03-16 11:11:01 -06:00
parent 9501735f03
commit 79c6dd4ef5
4 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
dnl -*- Autoconf -*-
AC_INIT(msg, 0.1)
AC_INIT(msg-cli, 0.1)
AC_SUBST(HVERSION, "\"0.1\"")
AC_SUBST(AUTHOR, "\"Chad Nelson\"")
AC_SUBST(COPYRIGHT, "'(2023)")