comparison mcabber/hgcset.sh @ 1668:41c26b7d2890

Install mcabber headers * Change mcabber headers naming scheme * Move 'src/' -> 'mcabber/' * Add missing include <mcabber/config.h>'s * Create and install clean config.h version in 'include/' * Move "dirty" config.h version to 'mcabber/' * Add $(top_srcdir) to compiler include path * Update modules HOWTO
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 18 Jan 2010 15:36:19 +0200
parents 6cb8edbda6d2
children e8f2db654e67
comparison
equal deleted inserted replaced
1667:8af0e0ad20ad 1668:41c26b7d2890
1 #! /bin/sh 1 #! /bin/sh
2 2
3 if [ ! -f logprint.h ]; then 3 if [ ! -f logprint.h ]; then
4 echo "You are not in the src directory" >&2 4 echo "You are not in the mcabber directory" >&2
5 exit 1 5 exit 1
6 fi 6 fi
7 7
8 if which hg > /dev/null 2>&1; then 8 if which hg > /dev/null 2>&1; then
9 cs=$(hg id 2> /dev/null | cut -d' ' -f1) 9 cs=$(hg id 2> /dev/null | cut -d' ' -f1)