Skip to content

Instantly share code, notes, and snippets.

@geta6
Created October 20, 2011 11:14
Show Gist options
  • Save geta6/1300907 to your computer and use it in GitHub Desktop.
Save geta6/1300907 to your computer and use it in GitHub Desktop.
a2mod_securedownload
cd hoge
wget "http://mod-auth-token.googlecode.com/files/mod_auth_token-1.0.5.tar.gz"
tar zxvf mod_auth_token-1.0.5.tar.gz
cd mod_auth_token-1.0.5
rm missing config.guess config.sub COPYING install-sh
ln -s /usr/share/automake-1.11/missing
ln -s /usr/share/automake-1.11/config.guess
ln -s /usr/share/automake-1.11/config.sub
ln -s /usr/share/automake-1.11/COPYING
ln -s /usr/share/automake-1.11/install-sh
./configure & make & install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment