Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274965 | Differences between
and this patch

Collapse All | Expand All

(-)ratpoison-1.4.4.original/configure.in (-1 / +1 lines)
Lines 144-153 Link Here
144
AC_CHECK_HEADERS(unistd.h stdarg.h)
144
AC_CHECK_HEADERS(unistd.h stdarg.h)
145
145
146
dnl Checks for typedefs, structures, and compiler characteristics.
146
dnl Checks for typedefs, structures, and compiler characteristics.
147
147
148
dnl Checks for library functions.
148
dnl Checks for library functions.
149
AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep)
149
AC_CHECK_FUNCS(getline getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep)
150
150
151
AC_TYPE_SIGNAL
151
AC_TYPE_SIGNAL
152
152
153
AC_OUTPUT(Makefile doc/Makefile src/Makefile contrib/Makefile)
153
AC_OUTPUT(Makefile doc/Makefile src/Makefile contrib/Makefile)

Return to bug 274965