mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
get autogen.sh to detect the autotools correctly on FreeBSD.
From: "Petr Holub" <hopet@users.sourceforge.net> git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@608 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
813522a2e2
commit
435842e494
18
autogen.sh
18
autogen.sh
@ -1,8 +1,16 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
aclocal-1.9
|
if [ `uname -s` = FreeBSD ]; then
|
||||||
libtoolize --force
|
aclocal19
|
||||||
autoheader-2.59
|
libtoolize15 --force
|
||||||
automake-1.9 -a
|
autoheader259
|
||||||
autoconf-2.59
|
automake19 -a
|
||||||
|
autoconf259
|
||||||
|
else
|
||||||
|
aclocal-1.9
|
||||||
|
libtoolize --force
|
||||||
|
autoheader-2.59
|
||||||
|
automake-1.9 -a
|
||||||
|
autoconf-2.59
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user