b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/Makefile.am |
| 2 | +++ b/Makefile.am |
| 3 | @@ -18,10 +18,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 4 | |
| 5 | ACLOCAL_AMFLAGS = -I m4 |
| 6 | SUBDIRS = \ |
| 7 | - local \ |
| 8 | - po-man \ |
| 9 | - po \ |
| 10 | - testsuite |
| 11 | + local |
| 12 | |
| 13 | AM_CFLAGS = -Ilibrary/include |
| 14 | LDADD = ./library/libproc2.la $(CYGWINFLAGS) |
| 15 | --- a/configure.ac |
| 16 | +++ b/configure.ac |
| 17 | @@ -421,8 +421,5 @@ AC_CHECK_FUNCS([__fpending alarm atexit |
| 18 | |
| 19 | AC_CONFIG_FILES([Makefile |
| 20 | local/Makefile |
| 21 | - po-man/Makefile |
| 22 | - po/Makefile.in |
| 23 | - library/libproc2.pc |
| 24 | - testsuite/Makefile]) |
| 25 | + library/libproc2.pc]) |
| 26 | AC_OUTPUT |