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
12bfb53834
ceph
/
autogen.sh
8 lines
95 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
no more m4 dir
2008-07-11 19:04:59 +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