You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
178 B
Bash
5 lines
178 B
Bash
13 years ago
|
#!/bin/sh
|
||
|
PATH="/usr/pack/automake-1.11-to/amd64-linux-debian3.1/:/usr/pack/automake-1.11-to/amd64-linux-ubuntu8.04/bin:$PATH"
|
||
|
export PATH
|
||
|
autoreconf --force --install --verbose
|