From e88f5b858be2bd01df73cf8d0b4d6bdd1d5d33e1 Mon Sep 17 00:00:00 2001 From: ccremers Date: Mon, 24 May 2004 17:42:41 +0000 Subject: [PATCH] - Make the package name scyther lowercase. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 8caf990..6c4a6af 100644 --- a/configure.in +++ b/configure.in @@ -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