assdraw: actually set the package name in configure.in

Originally committed to SVN as r6847.
This commit is contained in:
Thomas Goyne 2012-05-24 01:55:33 +00:00
parent fb77e183e6
commit 86674614a4
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
AC_PREREQ(2.61)
#######
# Setup
#######
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
AC_INIT([assdraw], [1.0.0])
AC_CONFIG_SRCDIR([src/engine.cpp])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign])