From 270af5f07c9547cf4baedb7ff24231111ce55e0c Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 10 Aug 2003 01:09:20 +0000 Subject: Fix function name to work with POSIX shell. Original commit message from CVS: Fix function name to work with POSIX shell. --- autogen.sh | 2 +- common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 722967952..aeb9a1b30 100755 --- a/autogen.sh +++ b/autogen.sh @@ -42,7 +42,7 @@ version_check "pkg-config" "" \ die_check $DIE -autoconf_2.52d_check || DIE=1 +autoconf_2_52d_check || DIE=1 aclocal_check || DIE=1 autoheader_check || DIE=1 diff --git a/common b/common index d6e219fd0..6757dae28 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit d6e219fd076d8f182bd1ee84228b1b85cdb807a6 +Subproject commit 6757dae2885c2c09ad6db243c73946ef387bb044 -- cgit v1.2.1