This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
mirror of
https://github.com/ceph/ceph
Watch
1
Star
0
Fork
You've already forked ceph
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a1c3ea1d69
ceph
/
autogen.sh
8 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
first pass at autoconf and automake
2008-01-28 02:12:20 +00:00
#!/bin/sh
rm -f config.cache
getting closer to building swig stuff
2008-03-13 00:26:38 +00:00
aclocal -I m4
first pass at autoconf and automake
2008-01-28 02:12:20 +00:00
autoconf
autoheader
autogen.sh
2008-01-28 19:54:53 +00:00
automake -a --add-missing
first pass at autoconf and automake
2008-01-28 02:12:20 +00:00
exit