diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-01 07:01:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-01 07:32:34 +0000 |
commit | 9429f3b9431c321a0fb8ebc40f3d4910fbcae3c1 (patch) | |
tree | a9cc4d0b4b3012cffa01db6a9638333d7aa4c401 /main/recordmydesktop/automake.patch | |
parent | b78dacafdf01c2ec58c5e27ae49b06beb2e01e3e (diff) | |
download | aports-9429f3b9431c321a0fb8ebc40f3d4910fbcae3c1.tar.bz2 aports-9429f3b9431c321a0fb8ebc40f3d4910fbcae3c1.tar.xz |
main/recordmydesktop: build fix for automake-1.13
Diffstat (limited to 'main/recordmydesktop/automake.patch')
-rw-r--r-- | main/recordmydesktop/automake.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/recordmydesktop/automake.patch b/main/recordmydesktop/automake.patch new file mode 100644 index 0000000000..888223450e --- /dev/null +++ b/main/recordmydesktop/automake.patch @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2013-01-01 07:00:42.507235021 +0000 ++++ ./configure.ac 2013-01-01 07:01:00.520724885 +0000 +@@ -6,7 +6,7 @@ + AM_INIT_AUTOMAKE + + AC_CONFIG_SRCDIR([src/rmd.c]) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADER(config.h) + + + |