git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
603917f
)
AC_ARG_PROGRAM needs to be called after AC_CANONICAL_SYSTEM.
author
kramm
<kramm>
Thu, 13 Dec 2001 10:10:37 +0000
(10:10 +0000)
committer
kramm
<kramm>
Thu, 13 Dec 2001 10:10:37 +0000
(10:10 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
e91312b
..
337863f
100644
(file)
--- 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)