diff options
Diffstat (limited to 'app-accessibility/yasr/files/yasr-0.6.9-automake113.patch')
-rw-r--r-- | app-accessibility/yasr/files/yasr-0.6.9-automake113.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-accessibility/yasr/files/yasr-0.6.9-automake113.patch b/app-accessibility/yasr/files/yasr-0.6.9-automake113.patch new file mode 100644 index 000000000000..2fbc32c2e986 --- /dev/null +++ b/app-accessibility/yasr/files/yasr-0.6.9-automake113.patch @@ -0,0 +1,17 @@ +diff --git a/configure.in b/configure.in +index d78e8b2..15e8666 100644 +--- a/configure.in ++++ b/configure.in +@@ -2,11 +2,10 @@ dnl Process this file with autoconf to produce a configure script. + + AC_INIT(yasr, 0.6.9, mgorse@alum.wpi.edu) + AM_INIT_AUTOMAKE() +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + AC_ISC_POSIX + AC_PROG_CC +-AM_PROG_CC_STDC + AC_HEADER_STDC + AC_PROG_INSTALL + dnl Checks for libraries. |