/[libtool]/libtool/configure.ac
ViewVC logotype

Diff of /libtool/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.69 by gary, Sat Apr 30 09:30:13 2005 UTC revision 1.70 by rwild, Mon Aug 8 09:23:57 2005 UTC
# Line 136  fi Line 136  fi
136    
137  # All subdirectories that are configured on demand, but that must be  # All subdirectories that are configured on demand, but that must be
138  # included in the distribution.  # included in the distribution.
139  CONF_SUBDIRS="tests/cdemo tests/demo tests/depdemo tests/f77demo tests/mdemo \  CONF_SUBDIRS="tests/cdemo tests/demo tests/depdemo tests/f77demo tests/fcdemo \
140          tests/mdemo2 tests/pdemo tests/tagdemo"          tests/mdemo tests/mdemo2 tests/pdemo tests/tagdemo"
141  AC_SUBST([CONF_SUBDIRS])  AC_SUBST([CONF_SUBDIRS])
142    
143  DIST_MAKEFILE_LIST=  DIST_MAKEFILE_LIST=
# Line 166  LTDL_INIT Line 166  LTDL_INIT
166  # Enable all the language support we can  # Enable all the language support we can
167  LT_LANG(C++)  LT_LANG(C++)
168  LT_LANG(Fortran 77)  LT_LANG(Fortran 77)
169    LT_LANG(Fortran)
170  LT_LANG(Java)  LT_LANG(Java)
171  LT_LANG(Windows Resource)  LT_LANG(Windows Resource)
172    
# Line 175  LT_LANG(Windows Resource) Line 176  LT_LANG(Windows Resource)
176  ## --------------------------- ##  ## --------------------------- ##
177  AM_CONDITIONAL(HAVE_CXX,[test -n "[$]_LT_TAGVAR(compiler, CXX)"])  AM_CONDITIONAL(HAVE_CXX,[test -n "[$]_LT_TAGVAR(compiler, CXX)"])
178  AM_CONDITIONAL(HAVE_F77,[test -n "[$]_LT_TAGVAR(compiler, F77)"])  AM_CONDITIONAL(HAVE_F77,[test -n "[$]_LT_TAGVAR(compiler, F77)"])
179    AM_CONDITIONAL(HAVE_FC,[test -n "[$]_LT_TAGVAR(compiler, FC)"])
180  AM_CONDITIONAL(HAVE_GCJ, [test -n "[$]_LT_TAGVAR(compiler, GCJ)"])  AM_CONDITIONAL(HAVE_GCJ, [test -n "[$]_LT_TAGVAR(compiler, GCJ)"])
181  AM_CONDITIONAL(HAVE_RC, [test -n "[$]_LT_TAGVAR(compiler, RC)"])  AM_CONDITIONAL(HAVE_RC, [test -n "[$]_LT_TAGVAR(compiler, RC)"])
182    

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26