From: kramm Date: Thu, 13 Dec 2001 10:10:37 +0000 (+0000) Subject: AC_ARG_PROGRAM needs to be called after AC_CANONICAL_SYSTEM. X-Git-Tag: release-0-2-1~29 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=d92832b51644572982ae9b762828e83fe0a23499 AC_ARG_PROGRAM needs to be called after AC_CANONICAL_SYSTEM. --- diff --git a/configure.in b/configure.in index e91312b..337863f 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,5 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/) -AC_ARG_PROGRAM export PACKAGE=swftools export VERSION=0.2.0 @@ -44,6 +43,8 @@ dnl Checks for libraries. SWF_CHECK_BYTEORDER AC_SUBST(WORDS_BIGENDIAN) +AC_ARG_PROGRAM + dnl do we need those? dnl AC_CHECK_LIB(pthread, pthread_create) dnl AC_CHECK_LIB(X11, XFlush)