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

Diff of /libtool/configure.ac

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

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

Legend:
Removed from v.1.56.2.12  
changed lines
  Added in v.1.56.2.13

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