Skip to content

Commit 6a93d5d

Browse files
author
t00fcxen
committed
Use c99 and update configure script.
1 parent 8574508 commit 6a93d5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

APPS/apitester/configure.ac

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
AC_INIT(src/api_tests.c)
2-
3-
AM_INIT_AUTOMAKE(apitester, 0.1)
1+
AC_INIT(apitester, 0.2)
2+
AC_CONFIG_SRCDIR(src/api_tests.c)
3+
AM_INIT_AUTOMAKE
44

55
AC_PROG_CC
66

77
AC_CANONICAL_HOST
88

9-
CFLAGS="$CFLAGS -Wall -ansi"
9+
CFLAGS="$CFLAGS -Wall -std=c99"
1010

1111
case $host_os in
1212
solaris*)

0 commit comments

Comments
 (0)