Deleted Added
full compact
configure.in (60484) configure.in (61843)
1dnl Process this file with autoconf to produce a configure script
2dnl
3AC_PREREG(2.13)
4AC_INIT(ldmain.c)
5
6AC_CANONICAL_SYSTEM
7
1dnl Process this file with autoconf to produce a configure script
2dnl
3AC_PREREG(2.13)
4AC_INIT(ldmain.c)
5
6AC_CANONICAL_SYSTEM
7
8AM_INIT_AUTOMAKE(ld, 2.9.5)
8AM_INIT_AUTOMAKE(ld, 2.10)
9
10AM_PROG_LIBTOOL
11
12AC_ARG_ENABLE(targets,
13[ --enable-targets alternative target configurations],
14[case "${enableval}" in
15 yes | "") AC_ERROR(enable-targets option must specify target names or 'all')
16 ;;

--- 186 unchanged lines hidden ---
9
10AM_PROG_LIBTOOL
11
12AC_ARG_ENABLE(targets,
13[ --enable-targets alternative target configurations],
14[case "${enableval}" in
15 yes | "") AC_ERROR(enable-targets option must specify target names or 'all')
16 ;;

--- 186 unchanged lines hidden ---