forked from pool/xpenguins
Petr Gajdos
20cfb994bc
* automake-1.13.patch OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpenguins?expand=0&rev=7
13 lines
336 B
Diff
13 lines
336 B
Diff
Index: xpenguins-2.2/configure.in
|
|
===================================================================
|
|
--- xpenguins-2.2.orig/configure.in
|
|
+++ xpenguins-2.2/configure.in
|
|
@@ -1,6 +1,6 @@
|
|
AC_INIT(src/main.c)
|
|
AM_INIT_AUTOMAKE(xpenguins,2.2)
|
|
-AM_CONFIG_HEADER(config.h)
|
|
+AC_CONFIG_HEADERS(config.h)
|
|
|
|
dnl Checks for programs.
|
|
AC_PROG_CC
|