This website requires JavaScript.
Explore
Help
Register
Sign In
openmamba
/
distromatic
Watch
1
Star
0
Fork
0
You've already forked distromatic
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b358e4a43b
distromatic
/
autogen.sh
6 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
Added autogen.sh and removed autotools generated files
2012-03-16 15:50:40 +01:00
#!/bin/sh
aclocal
automake --add-missing
Restructure popup information and provide Changelog information in recent packages HTML boxes Cleanup old HTML files just before recreating new ones to avoid having them missing during distromatic execution
2012-04-15 12:08:10 +02:00
autoconf
autogen.sh: configure with normally used defaults for prefix and sysconfdir
2013-01-01 22:13:18 +01:00
./configure --prefix
=
/usr --sysconfdir
=
/etc
$@
Reference in New Issue
Copy Permalink