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.
RevLine 
[13786]1dnl Process this file with autoconf to produce a configure script.
[24552]2AC_INIT([libathdir], [10.0.2])
[24532]3AC_CONFIG_SRCDIR([athdir.c])
[13786]4
5AC_PROG_CC
6AC_PROG_INSTALL
[24538]7AC_PROG_LIBTOOL
[24533]8AC_PROG_MKDIR_P
[13786]9
[24532]10AC_DEFINE_UNQUOTED([ATHSYS], ["$ATHENA_SYS"])
11AC_DEFINE_UNQUOTED([HOSTTYPE_$ATHENA_HOSTTYPE])
[13786]12
[24540]13AC_CONFIG_FILES([Makefile athdir.pc])
[24532]14AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.