Codebase list xapp / 6280500
Fix Warnings ***Warning*** USE_COMMON_DOC_BUILD is deprecated, you may remove it from autogen.sh ***Warning*** USE_GNOME2_MACROS is deprecated, you may remove it from autogen.sh ***Warning*** PKG_NAME is deprecated, you may remove it from autogen.sh leigh123linux authored 7 years ago GitHub committed 7 years ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
11
22 srcdir=`dirname $0`
33 test -z "$srcdir" && srcdir=.
4
5 PKG_NAME="xapp"
64
75 which gnome-autogen.sh || {
86 echo "You need to install gnome-common from GNOME Git (or from"
97 echo "your OS vendor's package manager)."
108 exit 1
119 }
12 USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
10 . gnome-autogen.sh