New project standards.
authormdw <mdw>
Thu, 28 Oct 1999 10:10:39 +0000 (10:10 +0000)
committermdw <mdw>
Thu, 28 Oct 1999 10:10:39 +0000 (10:10 +0000)
.cvsignore [new file with mode: 0644]
.links
configure.in
setup [new file with mode: 0755]

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..89c5931
--- /dev/null
@@ -0,0 +1,7 @@
+.deps
+Makefile.in
+aclocal.m4
+configure
+debian.diff
+BASIC2
+build
diff --git a/.links b/.links
index a91aa32..a5ba102 100644 (file)
--- a/.links
+++ b/.links
@@ -4,3 +4,4 @@ install-sh
 mdwopt.c
 mdwopt.h
 mkinstalldirs
+missing
index e246192..b5b3205 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.1 1998/03/16 15:21:37 mdw Exp $
+dnl $Id: configure.in,v 1.2 1999/10/28 10:10:39 mdw Exp $
 dnl
 dnl Source for auto configuration for `Bascat'
 dnl
@@ -28,6 +28,9 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 dnl----- Revision history ---------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
+dnl Revision 1.2  1999/10/28 10:10:39  mdw
+dnl New project standards.
+dnl
 dnl Revision 1.1  1998/03/16 15:21:37  mdw
 dnl Files placed under CVS control.
 dnl
@@ -36,10 +39,7 @@ dnl Initial revision
 dnl
 
 AC_INIT(bascat.c)
-PACKAGE=bascat VERSION=1.2-pre
-AC_SUBST(PACKAGE)
-AC_SUBST(VERSION)
-AC_DEFINE(VERSION, "1.2-pre")
+AM_INIT_AUTOMAKE(bascat, 1.2pre2)
 
 AC_ARG_PROGRAM
 AC_PROG_CC
diff --git a/setup b/setup
new file mode 100755 (executable)
index 0000000..e8d36d6
--- /dev/null
+++ b/setup
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+set -e
+mkaclocal
+autoconf
+automake
+mkdir build