summary refs log tree commit diff stats
path: root/win32/copy/share/xml
AgeCommit message (Expand)Author
2012-10-20Update bundled ISO 3166 codesBerke Viktor
2012-06-15LOTS of fixes to the VS solutionBerke Viktor
+0100 committer berkeviktor@aol.com <berkeviktor@aol.com> 2011-02-24 04:14:30 +0100 add xchat r1489' href='/git-repos/torxchat.git/commit/autogen.sh?h=feature/fork-branding&id=4a6ceffb98a0b785494f680d3776c4bfc4052f9e'>4a6ceffb ^
a87b61c7 ^

4a6ceffb ^
a87b61c7 ^

4a6ceffb ^
a87b61c7 ^




4a6ceffb ^
a87b61c7 ^



4a6ceffb ^
a87b61c7 ^
4a6ceffb ^
1
2
3
4
5
6
7
8
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