summaryrefslogtreecommitdiff
blob: 8aacea520b32c47d92b33da48fa258bcc8db58c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- suspend-utils-1.0/configure.ac
+++ suspend-utils-1.0/configure.ac
@@ -9,7 +9,7 @@
 AC_PREREQ([2.59])
 AC_INIT([suspend-utils], [1.0])
 AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([suspend.c])
 
 AC_CANONICAL_HOST