SCM Repository
[diderot] / branches / vis12 / configure.ac |
Diff of /branches/vis12/configure.ac
Parent Directory
|
Revision Log
|
Patch
revision 1713, Fri Mar 9 21:37:19 2012 UTC | revision 1714, Sat Mar 10 00:00:50 2012 UTC | |
---|---|---|
# | Line 32 | Line 32 |
32 | AC_PROG_INSTALL | AC_PROG_INSTALL |
33 | AC_PROG_MAKE_SET | AC_PROG_MAKE_SET |
34 | ||
35 | dnl FIXME: this works for now, but we should probably switch to libtool | |
36 | dnl | |
37 | AC_PATH_PROG(LD, [ld], [none]) | |
38 | if test x$LD = xnone ; then | |
39 | AC_MSG_ERROR([cannot find ld command]) | |
40 | fi | |
41 | AC_SUBST(LD) | |
42 | ||
43 | dnl check for c99 support | dnl check for c99 support |
44 | dnl | dnl |
45 | AC_PROG_CC_C99 | AC_PROG_CC_C99 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |