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

Diff of /libtool/configure.ac

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

revision 1.71 by gary, Tue Aug 23 01:49:36 2005 UTC revision 1.72 by rwild, Mon Aug 29 13:58:07 2005 UTC
# Line 123  AC_SUBST([M4SH], ['$(AUTOM4TE) --languag Line 123  AC_SUBST([M4SH], ['$(AUTOM4TE) --languag
123  dnl Make sure config.status is regenerated when the version timestamp changes  dnl Make sure config.status is regenerated when the version timestamp changes
124  AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_srcdir)/stamp-vcl'])  AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_srcdir)/stamp-vcl'])
125    
126    dnl automake-1.9.x or autoconf-2.59 don't support subdir libobjs
127    AC_MSG_CHECKING([whether subdir libobjs are useable])
128    test -f $srcdir/argz.c || sublibobjs_supported=yes
129    AM_CONDITIONAL([SUBDIR_LIBOBJS], test x"${sublibobjs_supported-no}" != xno)
130    AC_MSG_RESULT([${sublibobjs_supported-no}])
131    
132    
133  ## ------------------------------- ##  ## ------------------------------- ##
134  ## Libtool specific configuration. ##  ## Libtool specific configuration. ##
135  ## ------------------------------- ##  ## ------------------------------- ##

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

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