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

Diff of /libtool/configure.ac

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

revision 1.70 by rwild, Mon Aug 8 09:23:57 2005 UTC revision 1.71 by gary, Tue Aug 23 01:49:36 2005 UTC
# Line 27  dnl Oldest automake required for bootstr Line 27  dnl Oldest automake required for bootstr
27  AC_INIT([libtool], [2.1a], [bug-libtool@gnu.org])  AC_INIT([libtool], [2.1a], [bug-libtool@gnu.org])
28  AC_CONFIG_HEADERS([config.h:config-h.in])  AC_CONFIG_HEADERS([config.h:config-h.in])
29  AC_CONFIG_SRCDIR([libtoolize.in])  AC_CONFIG_SRCDIR([libtoolize.in])
30  AC_CONFIG_AUX_DIR([config])  AC_CONFIG_AUX_DIR([libltdl/config])
31    AC_CONFIG_MACRO_DIR([libltdl/m4])
32    AC_CONFIG_LIBOBJ_DIR([libltdl])
33    
34    
35  ## ------------------------ ##  ## ------------------------ ##
# Line 113  AC_SUBST([package_revision]) Line 115  AC_SUBST([package_revision])
115    
116  dnl These are bootstrap requirements, once built, libtool may work with  dnl These are bootstrap requirements, once built, libtool may work with
117  dnl much older releases of autoconf and automake.  See release notes.  dnl much older releases of autoconf and automake.  See release notes.
118  AM_INIT_AUTOMAKE([1.8 gnits dist-bzip2])dnl We use auto-m4_including  AM_INIT_AUTOMAKE([1.9 gnits subdir-objects dist-bzip2])
119    
120  dnl We use m4sh to generate libtool's portable shell scripts  dnl We use m4sh to generate libtool's portable shell scripts
121  AC_SUBST([M4SH], ['$(AUTOM4TE) --language=m4sh'])  AC_SUBST([M4SH], ['$(AUTOM4TE) --language=m4sh'])
# Line 155  AC_SUBST([DIST_MAKEFILE_LIST]) Line 157  AC_SUBST([DIST_MAKEFILE_LIST])
157  # a good C compiler: if the following C++ tests fail, the whole libtool  # a good C compiler: if the following C++ tests fail, the whole libtool
158  # build fails!  # build fails!
159  AC_PROG_CC  AC_PROG_CC
160    AM_PROG_CC_C_O
161  AC_PROG_CPP  AC_PROG_CPP
162    
163  ## ----------------------- ##  ## ----------------------- ##
164  ## Libtool initialisation. ##  ## Libtool initialisation. ##
165  ## ----------------------- ##  ## ----------------------- ##
166  LT_INIT([dlopen win32-dll])  LT_INIT([dlopen win32-dll])
167  LTDL_INIT  LTDL_INIT([libltdl])
168    
169  # Enable all the language support we can  # Enable all the language support we can
170  LT_LANG(C++)  LT_LANG(C++)
# Line 184  AM_CONDITIONAL(HAVE_RC, [test -n "[$]_LT Line 187  AM_CONDITIONAL(HAVE_RC, [test -n "[$]_LT
187  ## -------- ##  ## -------- ##
188  ## Outputs. ##  ## Outputs. ##
189  ## -------- ##  ## -------- ##
190  AC_CONFIG_FILES([Makefile libltdl/Makefile])  AC_CONFIG_FILES([Makefile])
191  AC_OUTPUT  AC_OUTPUT

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

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