Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
f110ecdabb006f0ce44beac6913fe95cc6140db6
f110ecdabb006f0ce44beac6913fe95cc6140db6
Switch branch/tag
htop
autogen.sh
Find file
Normal view
History
Permalink
autogen.sh
89 Bytes
Edit
Web IDE
Newer
Older
Initial import.
Hisham Muhammad
committed
Mar 04, 2006
1
2
3
4
5
#!/bin/sh
aclocal
autoconf
autoheader
Add missing bits to build system, needed by the inclusion of PLPA.
Hisham Muhammad
committed
Mar 11, 2008
6
libtoolize
--copy
Generate missing files
Hisham Muhammad
committed
Mar 13, 2006
7
8
9
automake
--add-missing
--copy