pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-10-13
2002-10-13 18:19:17 by Xavier Beaudouin <kiwi@oav.net>
aa5ac75a2a153d681e67891e560a771270eac5dd (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Exporting variables is mutch better :p
Rev: src/configure.in:1.637
1:
-
AC_REVISION("$Id: configure.in,v 1.
636
2002/10/13
16
:
04
:
42
kiwi Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
637
2002/10/13
18
:
19
:
17
kiwi Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
638:
# FreeBSD have other naming convention for gtk-config and sdl-config if test "x${GTK_CONFIG}" == "x"; then GTK_CONFIG=`which gtk12-config`
+
export GTK_CONFIG
fi if test "x${SDL_CONFIG}" == "x"; then SDL_CONFIG=`which sdl11-config`
-
+
export SDL_CONFIG
fi ;; esac