forked from toddsundsted/rmoo
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfigure.in
More file actions
26 lines (24 loc) · 694 Bytes
/
configure.in
File metadata and controls
26 lines (24 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
dnl configure.in: File used by autoconf to create the configure script
dnl
dnl Original Author: Matthew Campbell <mattcampbell@pobox.com>
dnl $Author: mattcampbell $
dnl $Date: 2000/10/18 21:27:01 $
dnl $Revision: 1.5 $
AC_INIT
AC_PREFIX_DEFAULT(/usr)
AM_INIT_AUTOMAKE(rmoo, 1.1)
AM_PATH_LISPDIR
AC_OUTPUT(Makefile)
dnl $Log: configure.in,v $
dnl Revision 1.5 2000/10/18 21:27:01 mattcampbell
dnl Updated my email address.
dnl
dnl Revision 1.4 2000/10/16 22:15:14 mattcamp
dnl Updated version to 1.1.
dnl
dnl Revision 1.3 2000/01/17 15:30:20 mattcamp
dnl Changed default prefix to /usr.
dnl
dnl Revision 1.2 1999/06/13 17:54:28 mattcamp
dnl Added a log to the bottom of the file.
dnl