remove exclamation mark from package name

Turns out this was a bit too special and leads to weird replacement strings
and file names. Fixes #51, thanks @chungy.
This commit is contained in:
Fabian Greffrath 2020-01-22 08:50:02 +01:00
parent 822f09ea79
commit 76ff38f022

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([Woof!], [0.9.0]) AC_INIT([Woof], [0.9.0])
AM_INIT_AUTOMAKE([foreign]) AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([Source/version.c]) AC_CONFIG_SRCDIR([Source/version.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])