SCM Repository
Diff of /branches/pure-cfg/configure.ac
Parent Directory
|
Revision Log
|
Patch
revision 1163, Mon May 9 18:56:39 2011 UTC | revision 1164, Mon May 9 21:42:27 2011 UTC | |
---|---|---|
# | Line 28 | Line 28 |
28 | ||
29 | dnl check for standard programs | dnl check for standard programs |
30 | dnl | dnl |
31 | AC_PROG_CC([clang gcc cc]) | |
32 | AC_PROG_CPP | AC_PROG_CPP |
33 | AC_PROG_INSTALL | AC_PROG_INSTALL |
34 | AC_PROG_MAKE_SET | AC_PROG_MAKE_SET |
# | Line 42 | Line 43 |
43 | dnl extra C compiler options | dnl extra C compiler options |
44 | dnl | dnl |
45 | CFLAG_M64="-m64" | CFLAG_M64="-m64" |
46 | CFLAGS="$CFLAGS -Wformat -Wreturn-type -Wuninitialized" | CFLAGS_BASE="-Wformat -Wreturn-type -Wuninitialized" |
47 | AC_SUBST(CFLAG_M64) | AC_SUBST(CFLAG_M64) |
48 | AC_SUBST(CFLAGS_BASE) | |
49 | ||
50 | dnl | dnl |
51 | dnl Look for NVIDIA's nvcc compiler | dnl Look for NVIDIA's nvcc compiler |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |