Ignore:
Timestamp:
2013-09-25T19:49:10+12:00 (11 years ago)
Author:
ak19
Message:

Configuration and make stages now work with gnome-lib. Committing GS2 configure.in, build-src's configure.in and Makefile.in. Will commit the two configure files for these from the ubuntu since the autoconf is of a higher version there. Also need to commit the gs2build configure.in and configure still.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/Makefile.in

    r20873 r28308  
    5454MODULEDIRS = @MODULEDIRS@
    5555
     56ENABLE_GNOMELIB_EXT=@ENABLE_GNOMELIB_EXT@
     57
    5658
    5759all:
     60    if test $(ENABLE_GNOMELIB_EXT) = 1; then \
     61      if test -d ../ext/gnome-lib; then \
     62        pushd ../ext/gnome-lib && source ./devel.bash && popd; \
     63      elif test -d ../ext/gnome-lib-minimal; then \
     64        pushd ../ext/gnome-lib-minimal && source ./devel.bash && popd; \
     65      fi; \
     66    fi
    5867    for odir in $(COMPILEDIRS) $(MODULEDIRS); do \
    5968      echo making $@ in $$odir; \
Note: See TracChangeset for help on using the changeset viewer.