[BACK]Return to autogen.sh CVS log [TXT][DIR] Up to [contributed] / dgamelaunch-openbsd

File: [contributed] / dgamelaunch-openbsd / autogen.sh (download)

Revision 1.1, Tue Mar 9 14:36:00 2021 UTC (3 years, 1 month ago) by rubenllorente
Branch point for: MAIN

Initial revision

#!/bin/sh

echo "Generating configuration files..."
echo

autoreconf
# evil
rm -rf autom4te.cache
./configure "$@"