summary refs log tree commit diff stats
path: root/plugins/sysinfo
AgeCommit message (Expand)Author
2013-04-01Remove another bunch of obsolete junkBerke Viktor
2013-01-19Correct almost all compiler warning issuesRichardHitt
2013-01-09Make source cleah with cppcheck, except for mpc and saslRichardHitt
2012-12-23fix incorrect FSF addressDan Mashal
2012-10-30Some final rebrandingBerke Viktor
2012-10-30Rebranding for the rest of plugin*Berke Viktor
2012-10-30Rebranding for XCHAT_EAT_*Berke Viktor
2012-10-30Rebranding for XCHAT_PRI_*Berke Viktor
2012-10-30Remove hexchat-plugin.h duplicateBerke Viktor
2012-10-28Fix SysInfo displaying garbage for too long linesBerke Viktor
2012-10-26Fix buffer sizeBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-22Fix LSB filenameBerke Viktor
2012-10-21CosmeticsBerke Viktor
2012-10-21TypofixBerke Viktor
2012-10-21Even more SysInfo fixesBerke Viktor
2012-10-21Some more cleanup for SysInfoBerke Viktor
2012-10-21A LOT of cleanup for SysInfo-UnixBerke Viktor
2012-10-21Add Mageia support to SysInfoBerke Viktor
2012-10-21First bunch of fixes to SysInfo-Unix, now it works - barelyBerke Viktor
2012-10-21Compilation fixes and integration with HexChatBerke Viktor
2012-10-21Add Arch patches to SysInfo-Unix and rebrand itBerke Viktor
2012-10-21Add vanilla X-Sys sourcesBerke Viktor
2012-10-21Rename WinSys on the code levelBerke Viktor
2012-10-21Rename WinSys filesBerke Viktor
9
10
11
12
13
14
15
16
17
18
19
20
21
22
         
                                                      
 

                             
 

                  
 




                                                                           
 



                                               
 
                  
 
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

NOCONFIGURE=1
PKG_NAME="hexchat"

(test -f $srcdir/src/common/hexchat.c) || {
	echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
	echo " top-level $PKG_NAME directory"
	exit 1
}

which gnome-autogen.sh || {
	echo "You need to install gnome-common"
	exit 1
}

. gnome-autogen.sh