mirror of
https://kernel.googlesource.com/pub/scm/network/tftp/tftp-hpa
synced 2025-04-26 01:49:52 +03:00
28 lines
510 B
Text
28 lines
510 B
Text
dnl
|
|
dnl autoconf input file to generate MCONFIG
|
|
dnl
|
|
|
|
AC_INIT(MCONFIG.in)
|
|
|
|
AC_PROG_CC
|
|
AC_C_CONST
|
|
AC_C_INLINE
|
|
|
|
PA_ADD_CFLAGS(-Wall)
|
|
PA_ADD_CFLAGS(-W)
|
|
PA_ADD_CFLAGS(-Wpointer-arith)
|
|
PA_ADD_CFLAGS(-Wbad-function-cast)
|
|
PA_ADD_CFLAGS(-Wcast-equal)
|
|
PA_ADD_CFLAGS(-Wstrict-prototypes)
|
|
PA_ADD_CFLAGS(-Wmissing-prototypes)
|
|
PA_ADD_CFLAGS(-Wmissing-declarations)
|
|
PA_ADD_CFLAGS(-Wnested-externs)
|
|
PA_ADD_CFLAGS(-Winline)
|
|
PA_ADD_CFLAGS(-Wcast-align)
|
|
PA_ADD_CFLAGS(-pipe)
|
|
|
|
PA_BSD_SIGNAL()
|
|
|
|
AC_PROG_INSTALL
|
|
|
|
AC_OUTPUT(MCONFIG)
|