repo.or.cz
/
centerim.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Corrected order of subdirs which prevented a correct build
[centerim.git]
/
libjabber
/
configure.ac
blob
eee7b0681e777d0725f3597aeb61b6ca3b435f86
1
AC_INIT(aclocal.m4)
2
AM_INIT_AUTOMAKE(libjabber, 0.1)
3
4
AC_PROG_RANLIB
5
AC_PROG_CC
6
AC_PROG_CXX
7
8
AC_ARG_ENABLE(jabber, [ --disable-jabber Build without Jabber], build_jabber="$enableval", build_jabber="yes")
9
AM_CONDITIONAL(BUILD_JABBER, test "x$build_jabber" = xyes)
10
11
AC_OUTPUT(Makefile)