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

Comparing trunk/OOPSE-1.0/ac-tools/aclocal.m4 (file contents):
Revision 1357 by gezelter, Mon Jul 19 16:32:46 2004 UTC vs.
Revision 1358 by gezelter, Tue Jul 20 15:17:34 2004 UTC

# Line 1055 | Line 1055 | AC_DEFUN([adl_FUNC_GETOPT_LONG],
1055   AC_DEFUN([adl_FUNC_GETOPT_LONG],
1056   [AC_PREREQ(2.49)dnl
1057    # clean out junk possibly left behind by a previous configuration
1058 <  rm -f third-party/getopt.h
1058 >  rm -f utils/getopt.h
1059    # Check for getopt_long support
1060    AC_CHECK_HEADERS([getopt.h])
1061    AC_CHECK_FUNCS([getopt_long],,
# Line 1064 | Line 1064 | AC_DEFUN([adl_FUNC_GETOPT_LONG],
1064       [# use the GNU replacement
1065        AC_LIBOBJ(getopt)
1066        AC_LIBOBJ(getopt1)
1067 <      AC_CONFIG_LINKS([third-party/getopt.h:third-party/gnugetopt.h])])])])
1067 >      AC_CONFIG_LINKS([utils/getopt.h:utils/gnugetopt.h])])])])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines