Revision 25734,
492 bytes
checked in by jdreed, 12 years ago
(diff) |
In athdir:
* Do not permit builds unless both ATHENA_HOSTTYPE and ATHENA_SYS are
set (Trac: #1204)
|
Line | |
---|
1 | dnl Process this file with autoconf to produce a configure script. |
---|
2 | AC_INIT([libathdir], [10.0.2]) |
---|
3 | AC_CONFIG_SRCDIR([athdir.c]) |
---|
4 | |
---|
5 | AC_PROG_CC |
---|
6 | AC_PROG_INSTALL |
---|
7 | AC_PROG_LIBTOOL |
---|
8 | AC_PROG_MKDIR_P |
---|
9 | AS_IF([test x"$ATHENA_SYS" = x], [AC_MSG_ERROR([ATHENA_SYS must be set])]) |
---|
10 | AS_IF([test x"$ATHENA_HOSTTYPE" = x], [AC_MSG_ERROR([ATHENA_HOSTTYPE must be set])]) |
---|
11 | AC_DEFINE_UNQUOTED([ATHSYS], ["$ATHENA_SYS"]) |
---|
12 | AC_DEFINE_UNQUOTED([HOSTTYPE_$ATHENA_HOSTTYPE]) |
---|
13 | |
---|
14 | AC_CONFIG_FILES([Makefile athdir.pc]) |
---|
15 | AC_OUTPUT |
---|
Note: See
TracBrowser
for help on using the repository browser.