jengelh-datetimespielwiese
Last change
on this file since 7f2454a was
7f2454a,
checked in by Mohamed Barakat <mohamed.barakat@…>, 12 years ago
|
migrated resources to automake
|
-
Property mode set to
100644
|
File size:
897 bytes
|
Line | |
---|
1 | # -*- Autoconf -*- |
---|
2 | # Process this file with autoconf to produce a configure script. |
---|
3 | |
---|
4 | AC_PREREQ([2.65]) |
---|
5 | AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS]) |
---|
6 | AM_INIT_AUTOMAKE |
---|
7 | AC_CONFIG_SRCDIR([feFopen.h]) |
---|
8 | AC_CONFIG_HEADERS([config.h]) |
---|
9 | |
---|
10 | # Checks for programs. |
---|
11 | AC_PROG_CC |
---|
12 | AC_PROG_CXX |
---|
13 | AC_PROG_LN_S |
---|
14 | AC_PROG_INSTALL |
---|
15 | AC_PROG_RANLIB |
---|
16 | |
---|
17 | # Checks for libraries. |
---|
18 | |
---|
19 | # Checks for header files. |
---|
20 | AC_HEADER_STDC |
---|
21 | AC_CHECK_HEADERS([sys/param.h]) |
---|
22 | |
---|
23 | # Checks for typedefs, structures, and compiler characteristics. |
---|
24 | AC_C_INLINE |
---|
25 | |
---|
26 | AC_MSG_RESULT($ac_cv_singuname) |
---|
27 | if test "$ac_cv_singuname" = unknown; then |
---|
28 | AC_MSG_WARN(Unknown architecture: Check singuname.sh) |
---|
29 | ac_cv_singuname="unknown" |
---|
30 | fi |
---|
31 | AC_DEFINE_UNQUOTED(S_UNAME, "$ac_cv_singuname", Singular's own uname\, believe it or not) |
---|
32 | SINGUNAME=$ac_cv_singuname |
---|
33 | AC_SUBST(SINGUNAME) |
---|
34 | |
---|
35 | |
---|
36 | AC_CONFIG_FILES([Makefile]) |
---|
37 | AC_OUTPUT |
---|
Note: See
TracBrowser
for help on using the repository browser.