]> git.pld-linux.org Git - packages/acpi.git/blob - acpi-am.patch
- added am patch (fixes build with automake 1.13)
[packages/acpi.git] / acpi-am.patch
1 --- acpi-1.6/configure.ac.orig  2012-01-13 12:38:58.000000000 +0100
2 +++ acpi-1.6/configure.ac       2013-02-17 21:26:27.860871376 +0100
3 @@ -1,5 +1,5 @@
4  AC_INIT(main.c)
5 -AM_CONFIG_HEADER(config.h)
6 +AC_CONFIG_HEADERS(config.h)
7  AM_INIT_AUTOMAKE(acpi, 1.6)
8  AC_PROG_CC
9  AC_ISC_POSIX
This page took 0.066882 seconds and 3 git commands to generate.