ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/ac-tools/aclocal.m4
(Generate patch)

Comparing trunk/OOPSE-4/ac-tools/aclocal.m4 (file contents):
Revision 1619 by chuckv, Wed Oct 20 21:16:01 2004 UTC vs.
Revision 1947 by gezelter, Fri Jan 14 20:15:58 2005 UTC

# Line 1060 | Line 1060 | AC_DEFUN([adl_FUNC_GETOPT_LONG],
1060   AC_DEFUN([adl_FUNC_GETOPT_LONG],
1061   [AC_PREREQ(2.49)dnl
1062    # clean out junk possibly left behind by a previous configuration
1063 <  rm -f src/utils/getopt.h
1063 >  rm -f src/getopt.h
1064    # Check for getopt_long support
1065    AC_CHECK_HEADERS([getopt.h])
1066    AC_CHECK_FUNCS([getopt_long],,
# Line 1069 | Line 1069 | AC_DEFUN([adl_FUNC_GETOPT_LONG],
1069       [# use the GNU replacement
1070        AC_LIBOBJ(getopt)
1071        AC_LIBOBJ(getopt1)
1072 <      AC_CONFIG_LINKS([src/utils/getopt.h:src/utils/gnugetopt.h])])])])
1072 >      AC_CONFIG_LINKS([src/getopt.h:src/utils/gnugetopt.h])])])])
1073  
1074  
1075   AC_DEFUN([ACX_CONFIG_HOME], [

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines