Commits

Ryan Schmidt authored 6da6781773a
giblib: fix autoreconf failure with automake 1.13 (https://trac.macports.org/ticket/38081)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@103151 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

graphics/giblib/files/patch-automake-1.13.diff

Added
1 +--- configure.ac.orig 2004-09-04 09:42:10.000000000 -0500
2 ++++ configure.ac 2013-02-16 04:31:46.000000000 -0600
3 +@@ -2,12 +2,11 @@
4 +
5 + AC_INIT
6 + AC_CONFIG_SRCDIR([giblib/gib_list.c])
7 +-AM_CONFIG_HEADER(giblib/giblib_config.h)
8 ++AC_CONFIG_HEADERS([giblib/giblib_config.h])
9 + AM_INIT_AUTOMAKE(giblib, 1.2.4, no-define)
10 +
11 + AC_ISC_POSIX
12 + AC_PROG_CC
13 +-AM_PROG_CC_STDC
14 + AC_HEADER_STDC
15 + AM_PROG_LIBTOOL
16 + AC_PROG_INSTALL

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut