source: trunk/athena/lib/athdir/configure.ac @ 24552

Revision 24552, 331 bytes checked in by broder, 14 years ago (diff)
In athdir: * Fix handling of LDFLAGS.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT([libathdir], [10.0.2])
3AC_CONFIG_SRCDIR([athdir.c])
4
5AC_PROG_CC
6AC_PROG_INSTALL
7AC_PROG_LIBTOOL
8AC_PROG_MKDIR_P
9
10AC_DEFINE_UNQUOTED([ATHSYS], ["$ATHENA_SYS"])
11AC_DEFINE_UNQUOTED([HOSTTYPE_$ATHENA_HOSTTYPE])
12
13AC_CONFIG_FILES([Makefile athdir.pc])
14AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.