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

Annotation of dgamelaunch-openbsd/autogen.sh, Revision 1.1

1.1     ! rubenllo    1: #!/bin/sh
        !             2:
        !             3: echo "Generating configuration files..."
        !             4: echo
        !             5:
        !             6: autoreconf
        !             7: # evil
        !             8: rm -rf autom4te.cache
        !             9: ./configure "$@"

CVSweb