- Make the package name scyther lowercase.

This commit is contained in:
ccremers 2004-05-24 17:42:41 +00:00
parent 832ce9aea2
commit e88f5b858b

View File

@ -1,5 +1,6 @@
AC_INIT(src/main.c)
AM_INIT_AUTOMAKE(Scyther, 0.2, ccremers@win.tue.nl)
AM_INIT_AUTOMAKE(scyther, 0.2, ccremers@win.tue.nl)
VERSION="0.1.0"
AM_CONFIG_HEADER(src/config.h)
AC_CONFIG_SRCDIR(src)
@ -38,7 +39,6 @@ AC_ARG_ENABLE(debug,
echo debugOff
)
VERSION="0.1.0"
SUBDIRS=src
dnl read Makefile.in's and write Makefiles