sorry, old version was right
This commit is contained in:
parent
b8d4e7faef
commit
15c3588ac7
1 changed files with 2 additions and 17 deletions
|
|
@ -34,20 +34,5 @@ AC_TYPE_SIZE_T
|
|||
dnl Checks for library functions.
|
||||
AC_CHECK_FUNCS(select)
|
||||
|
||||
AC_OUTPUT
|
||||
(
|
||||
Makefile
|
||||
app/Makefile
|
||||
app/gprop/Makefile
|
||||
contrib/Makefile
|
||||
doc/Makefile
|
||||
src/Makefile
|
||||
src/es/Makefile
|
||||
src/ga/Makefile
|
||||
src/gp/Makefile
|
||||
src/obsolete/Makefile
|
||||
src/other/Makefile
|
||||
src/utils/Makefile
|
||||
test/Makefile
|
||||
win/Makefile
|
||||
)
|
||||
AC_OUTPUT(src/obsolete/Makefile doc/Makefile src/Makefile src/utils/Makefile src/other/Makefile win/Makefile src/gp/Makefile src/es/Makefile src/ga/Makefile test/Makefile contrib/Makefile Makefile app/Makefile app/gprop/Makefile)
|
||||
|
||||
|
|
|
|||
Reference in a new issue