Changeset 14186 for trunk/psphot/configure.ac
- Timestamp:
- Jul 12, 2007, 3:07:49 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/configure.ac
r12899 r14186 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_PREREQ(2. 59)2 AC_PREREQ(2.61) 3 3 4 4 AC_INIT([psphot], [0.9.0], [ipp-support@ifa.hawaii.edu]) … … 13 13 AC_LANG(C) 14 14 AC_GNU_SOURCE 15 AC_PROG_CC 15 AC_PROG_CC_C99 16 16 AC_PROG_INSTALL 17 17 AC_PROG_LIBTOOL … … 200 200 IPP_STDOPTS 201 201 202 CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"202 CFLAGS="${CFLAGS=} -Wall -Werror" 203 203 echo "PSPHOT_CFLAGS: $PSPHOT_CFLAGS" 204 204 echo "PSPHOT_LIBS: $PSPHOT_LIBS"
Note:
See TracChangeset
for help on using the changeset viewer.
