Changeset 14186 for trunk/ppSub
- Timestamp:
- Jul 12, 2007, 3:07:49 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/configure.ac
r13462 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([ppSub], [0.1.1], [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 … … 25 25 dnl Set CFLAGS for build 26 26 IPP_STDOPTS 27 CFLAGS="${CFLAGS} -Wall -Werror -std=c99"27 CFLAGS="${CFLAGS} -Wall -Werror" 28 28 29 29 AC_SUBST([PPSUB_CFLAGS])
Note:
See TracChangeset
for help on using the changeset viewer.
