diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-31 09:48:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-31 16:02:15 +0000 |
commit | f2dbc3f997981c9e46b5782c46383950147add5f (patch) | |
tree | d0d43d38705848db1e7f39da2159ced009de476b /main/a2ps/automake.patch | |
parent | 7ce4fe038626562caae27d1f0e133cd0ba45a7cb (diff) | |
download | aports-f2dbc3f997981c9e46b5782c46383950147add5f.tar.bz2 aports-f2dbc3f997981c9e46b5782c46383950147add5f.tar.xz |
main/a2ps: fix building with automake-1.13
Diffstat (limited to 'main/a2ps/automake.patch')
-rw-r--r-- | main/a2ps/automake.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/main/a2ps/automake.patch b/main/a2ps/automake.patch new file mode 100644 index 000000000..5a7635936 --- /dev/null +++ b/main/a2ps/automake.patch @@ -0,0 +1,30 @@ +--- ./configure.in.orig 2012-12-31 09:32:06.411787207 +0000 ++++ ./configure.in 2012-12-31 09:33:15.672384454 +0000 +@@ -12,7 +12,7 @@ + # Initialize automake + AM_INIT_AUTOMAKE + +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADER(config.h) + + # Specify the liba2ps version number + LIBVERSION=1:0:0 +@@ -42,7 +42,6 @@ + AC_MINIX + AC_ISC_POSIX + AC_PROG_CPP +-AM_PROG_CC_STDC + AC_PROG_YACC + fp_PROG_ECHO + AC_PROG_GPERF +--- ./m4/protos.m4.orig 2012-12-31 09:43:24.994398048 +0000 ++++ ./m4/protos.m4 2012-12-31 09:43:57.681443768 +0000 +@@ -6,7 +6,7 @@ + # serial 1 + + AC_DEFUN([AM_C_PROTOTYPES], +-[AC_REQUIRE([AM_PROG_CC_STDC]) ++[AC_REQUIRE([AC_PROG_CC]) + AC_REQUIRE([AC_PROG_CPP]) + AC_MSG_CHECKING([for function prototypes]) + if test "$am_cv_prog_cc_stdc" != no; then |