- Make the package name scyther lowercase.
This commit is contained in:
parent
832ce9aea2
commit
e88f5b858b
@ -1,5 +1,6 @@
|
|||||||
AC_INIT(src/main.c)
|
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)
|
AM_CONFIG_HEADER(src/config.h)
|
||||||
AC_CONFIG_SRCDIR(src)
|
AC_CONFIG_SRCDIR(src)
|
||||||
|
|
||||||
@ -38,7 +39,6 @@ AC_ARG_ENABLE(debug,
|
|||||||
echo debugOff
|
echo debugOff
|
||||||
)
|
)
|
||||||
|
|
||||||
VERSION="0.1.0"
|
|
||||||
SUBDIRS=src
|
SUBDIRS=src
|
||||||
|
|
||||||
dnl read Makefile.in's and write Makefiles
|
dnl read Makefile.in's and write Makefiles
|
||||||
|
Loading…
Reference in New Issue
Block a user