repo.or.cz
/
NalaBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
first commit
[NalaBridge.git]
/
configure.in
blob
45351c390dd53a6089fa81608ea8ddf5d1bc42e5
1
AC_INIT(configure.in)
2
3
AM_CONFIG_HEADER(config.h)
4
AM_INIT_AUTOMAKE(minibridge, 0.1)
5
6
AC_LANG_C
7
AC_PROG_CC
8
AM_PROG_LIBTOOL
9
10
AC_OUTPUT(Makefile src/Makefile)