source: trunk/third/rx/rx/configure.in @ 10430

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 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(rx.c)
3
4AC_PROG_CC
5AC_PROG_CPP
6AC_PROG_RANLIB
7AC_PROG_INSTALL
8AC_C_CONST
9
10AC_STDC_HEADERS
11
12opt_objs=
13opt_cflags=
14if test -d ../libsystas ; then
15  opt_objs=rgx.o
16  opt_cflags="-I$srcdir/../libsystas -I../libsystas -DRX_WANT_RX_DEFS"
17fi
18
19AC_SUBST(opt_objs)
20AC_SUBST(opt_cflags)
21
22AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.