OLD | NEW |
1 dnl Process this file with autoconf to produce a configuration script. | 1 dnl Process this file with autoconf to produce a configuration script. |
2 AC_PREREQ(2.59) | 2 AC_PREREQ(2.59) |
3 AC_INIT(libxslt/xslt.c) | 3 AC_INIT(libxslt/xslt.c) |
4 AC_CONFIG_HEADERS(config.h) | 4 AC_CONFIG_HEADERS(config.h) |
5 AC_CANONICAL_HOST | 5 AC_CANONICAL_HOST |
6 AC_USE_SYSTEM_EXTENSIONS | 6 AC_USE_SYSTEM_EXTENSIONS |
7 | 7 |
8 dnl | 8 dnl |
9 dnl libxslt is the main part of the package | 9 dnl libxslt is the main part of the package |
10 dnl libexslt is an extension | 10 dnl libexslt is an extension |
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
723 tests/exslt/date/Makefile | 723 tests/exslt/date/Makefile |
724 tests/exslt/dynamic/Makefile | 724 tests/exslt/dynamic/Makefile |
725 tests/exslt/crypto/Makefile | 725 tests/exslt/crypto/Makefile |
726 tests/plugins/Makefile | 726 tests/plugins/Makefile |
727 doc/Makefile | 727 doc/Makefile |
728 xslt-config | 728 xslt-config |
729 libxslt.spec | 729 libxslt.spec |
730 ]) | 730 ]) |
731 | 731 |
732 AC_OUTPUT | 732 AC_OUTPUT |
OLD | NEW |