From 4dbe382a6723b3e0541b6cc1492f31194faafbc6 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sun, 19 Mar 2006 06:03:04 +0000 Subject: [PATCH] * configure.in: Remove scrollkeeper checks and other unused statements svn: r6177 --- ChangeLog | 4 ++++ configure.in | 36 ------------------------------------ po/ChangeLog | 3 +++ po/POTFILES.in | 1 - 4 files changed, 7 insertions(+), 37 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8afc06269..7355fa23f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-18 Alex Roitman + * configure.in: Remove scrollkeeper checks and other unused + statements. + 2006-03-18 Don Allingham * src/RelImage.py: removed * src/AddMedia.py: added scale_image function from RelImage diff --git a/configure.in b/configure.in index 47c78ef3a..60387b9a2 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/po/ChangeLog b/po/ChangeLog index 1dc7498a9..6b165a271 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,6 @@ +2006-03-18 Alex Roitman + * POTFILES.in: Remove RelImage.py from the list. + 2006-03-15 Alex Roitman * *.po: Moved po files from old po directory. diff --git a/po/POTFILES.in b/po/POTFILES.in index 89c22859c..399835cc5 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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