repo.or.cz
/
opsoft_archive.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add very old versions (for history).
[opsoft_archive.git]
/
silentbob
/
silentbob-1.4
/
configure.in
blob
1394bf353c67cc439032ba2f01c89c104c54e86f
1
AC_INIT(configure.in)
2
3
AM_CONFIG_HEADER(config.h)
4
AM_INIT_AUTOMAKE(test1, 0.1)
5
6
AC_LANG_CPLUSPLUS
7
AC_PROG_CXX
8
AM_PROG_LIBTOOL
9
10
AC_OUTPUT(Makefile sblib/Makefile src/Makefile gclib/Makefile gclib/gclib_c/Makefile gclib/src/Makefile plugins/Makefile)