Remove requirement on gnome-common
I'm sure that will make a few users happy..
This commit is contained in:
		
							parent
							
								
									7363bc03f2
								
							
						
					
					
						commit
						9a98de1f65
					
				
					 1 changed files with 15 additions and 10 deletions
				
			
		
							
								
								
									
										25
									
								
								autogen.sh
									
										
									
									
									
								
							
							
						
						
									
										25
									
								
								autogen.sh
									
										
									
									
									
								
							| 
						 | 
					@ -4,19 +4,24 @@
 | 
				
			||||||
srcdir=`dirname $0`
 | 
					srcdir=`dirname $0`
 | 
				
			||||||
test -z "$srcdir" && srcdir=.
 | 
					test -z "$srcdir" && srcdir=.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
NOCONFIGURE=1
 | 
					 | 
				
			||||||
PKG_NAME="hexchat"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(test -f $srcdir/src/common/hexchat.c) || {
 | 
					(test -f $srcdir/src/common/hexchat.c) || {
 | 
				
			||||||
	echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
 | 
						echo -n "**Error**: Directory "\`$srcdir\'" does not look like the top-level directory"
 | 
				
			||||||
	echo " top-level $PKG_NAME directory"
 | 
					 | 
				
			||||||
	exit 1
 | 
						exit 1
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
which gnome-autogen.sh || {
 | 
					aclocal --install || exit 1
 | 
				
			||||||
	echo "You need to install gnome-common"
 | 
					glib-gettextize --force --copy || exit 1
 | 
				
			||||||
	exit 1
 | 
					intltoolize --force --copy --automake || exit 1
 | 
				
			||||||
}
 | 
					autoreconf --force --install -Wno-portability || exit 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
. gnome-autogen.sh
 | 
					if [ "$NOCONFIGURE" = "" ]; then
 | 
				
			||||||
 | 
					        $srcdir/configure "$@" || exit 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if [ "$1" = "--help" ]; then exit 0 else
 | 
				
			||||||
 | 
					                echo "Now type \`make\' to compile" || exit 1
 | 
				
			||||||
 | 
					        fi
 | 
				
			||||||
 | 
					else
 | 
				
			||||||
 | 
					        echo "Skipping configure process."
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set +x
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue