* configure.in: Remove scrollkeeper checks and other unused statements
svn: r6177
This commit is contained in:
		@@ -1,3 +1,7 @@
 | 
			
		||||
2006-03-18  Alex Roitman  <shura@gramps-project.org>
 | 
			
		||||
	* configure.in: Remove scrollkeeper checks and other unused
 | 
			
		||||
	statements.
 | 
			
		||||
 | 
			
		||||
2006-03-18  Don Allingham  <don@gramps-project.org>
 | 
			
		||||
	* src/RelImage.py: removed
 | 
			
		||||
	* src/AddMedia.py: added scale_image function from RelImage
 | 
			
		||||
 
 | 
			
		||||
@@ -183,42 +183,6 @@ then
 | 
			
		||||
fi
 | 
			
		||||
AC_MSG_RESULT($has_pyglade)
 | 
			
		||||
 | 
			
		||||
dnl Checks for libraries.
 | 
			
		||||
 | 
			
		||||
dnl Checks for header files.
 | 
			
		||||
 | 
			
		||||
dnl ====================================
 | 
			
		||||
dnl = Begin tests for scrollkeeper
 | 
			
		||||
dnl ====================================
 | 
			
		||||
AC_PATH_PROG(SK_CONFIG,scrollkeeper-config,no)
 | 
			
		||||
if test x$SK_CONFIG = xno; then
 | 
			
		||||
  AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package: http://scrollkeeper.sourceforge.net)
 | 
			
		||||
fi
 | 
			
		||||
dnl ====================================
 | 
			
		||||
dnl = End tests for scrollkeeper
 | 
			
		||||
dnl ====================================
 | 
			
		||||
 | 
			
		||||
dnl ===================================
 | 
			
		||||
dnl Set localstatedir to /var/lib -- this is apparently not used 
 | 
			
		||||
dnl     by anything besides scrollkeeper in our setup
 | 
			
		||||
dnl ==================================
 | 
			
		||||
localstatedir=/var/lib
 | 
			
		||||
 | 
			
		||||
if test ${prefix} = "NONE" ; then
 | 
			
		||||
   GPREFIX="/usr/local"
 | 
			
		||||
else
 | 
			
		||||
   GPREFIX="${prefix}"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
dnl ======================================================
 | 
			
		||||
dnl == end of modern doc tests
 | 
			
		||||
dnl ======================================================
 | 
			
		||||
SCROLLKEEPER_BUILD_REQUIRED=0.3.5
 | 
			
		||||
AC_SUBST(SCROLLKEEPER_BUILD_REQUIRED)
 | 
			
		||||
 | 
			
		||||
AC_SUBST(GNOMEHELP)
 | 
			
		||||
AC_SUBST(GPREFIX)
 | 
			
		||||
 | 
			
		||||
AC_CONFIG_FILES([
 | 
			
		||||
po/Makefile.in
 | 
			
		||||
m4/Makefile
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,6 @@
 | 
			
		||||
2006-03-18  Alex Roitman  <shura@gramps-project.org>
 | 
			
		||||
	* POTFILES.in: Remove RelImage.py from the list.
 | 
			
		||||
 | 
			
		||||
2006-03-15  Alex Roitman  <shura@gramps-project.org>
 | 
			
		||||
	* *.po: Moved po files from old po directory.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -39,7 +39,6 @@ src/PeopleModel.py
 | 
			
		||||
src/QuestionDialog.py
 | 
			
		||||
src/RecentFiles.py
 | 
			
		||||
src/Relationship.py
 | 
			
		||||
src/RelImage.py
 | 
			
		||||
src/ScratchPad.py
 | 
			
		||||
src/SelectEvent.py
 | 
			
		||||
src/SelectObject.py
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user