Revision 10430,
371 bytes
checked in by ghudson, 27 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r10429,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | dnl Process this file with autoconf to produce a configure script. |
---|
2 | AC_INIT(rx.c) |
---|
3 | |
---|
4 | AC_PROG_CC |
---|
5 | AC_PROG_CPP |
---|
6 | AC_PROG_RANLIB |
---|
7 | AC_PROG_INSTALL |
---|
8 | AC_C_CONST |
---|
9 | |
---|
10 | AC_STDC_HEADERS |
---|
11 | |
---|
12 | opt_objs= |
---|
13 | opt_cflags= |
---|
14 | if test -d ../libsystas ; then |
---|
15 | opt_objs=rgx.o |
---|
16 | opt_cflags="-I$srcdir/../libsystas -I../libsystas -DRX_WANT_RX_DEFS" |
---|
17 | fi |
---|
18 | |
---|
19 | AC_SUBST(opt_objs) |
---|
20 | AC_SUBST(opt_cflags) |
---|
21 | |
---|
22 | AC_OUTPUT(Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.