Changeset 14186 for trunk/pois/configure.ac
- Timestamp:
- Jul 12, 2007, 3:07:49 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/pois/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/configure.ac
r12164 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([pois], [0.1.1], [ipp-support@ifa.hawaii.edu]) … … 12 12 13 13 AC_LANG(C) 14 AC_PROG_CC 14 AC_PROG_CC_C99 15 15 AC_PROG_INSTALL 16 16 AC_PROG_LIBTOOL … … 37 37 dnl Set CFLAGS for build 38 38 IPP_STDOPTS 39 CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"39 CFLAGS="${CFLAGS=} -Wall -Werror" 40 40 41 41 AC_CONFIG_FILES([
Note:
See TracChangeset
for help on using the changeset viewer.
