1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 10:35:10 +00:00
conky/autogen.sh
Brenden Matthews 051ed026ce made autogen somewhat sane
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@52 7f574dfc-610e-0410-a909-a81674777703
2005-08-04 03:01:22 +00:00

30 lines
264 B
Bash
Executable File

#!/bin/sh
if [ -x aclocal-1.9 ]
then
aclocal-1.9
else
aclocal
fi
if [ -x autoheader-2.59 ]
then
autoheader-2.59
else
autoheader
fi
if [ -x automake-1.9 ]
then
automake-1.9 -a
else
automake
fi
if [ -x autoconf-2.59 ]
then
autoconf-2.59
else
autoconf
fi