Changeset 314


Ignore:
Timestamp:
May 12, 2005, 3:22:56 PM (18 years ago)
Author:
Peter
Message:

minor changes

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r311 r314  
    33## $Id$
    44
    5 if COND_OPT
    6   MAYBE_OPT = doc
     5if COND_DOC
     6  MAYBE_DOC = doc
    77endif
    8 SUBDIRS = $(MAYBE_OPT) lib test
     8SUBDIRS = $(MAYBE_DOC) lib test
  • trunk/configure.ac

    r311 r314  
    7373#AC_SUBST([CROSS_INCLUDES])
    7474
    75 AM_CONDITIONAL([COND_OPT], [test "$want_opt" = no])
     75AM_CONDITIONAL([COND_DOC], [test "$want_doc" = no])
    7676
    7777AC_CONFIG_FILES([Makefile
Note: See TracChangeset for help on using the changeset viewer.