mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 05:48:03 -04:00
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:
parent
822f09ea79
commit
76ff38f022
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([Woof!], [0.9.0])
|
||||
AC_INIT([Woof], [0.9.0])
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
AC_CONFIG_SRCDIR([Source/version.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
Loading…
x
Reference in New Issue
Block a user