|
Lines 65-74
Link Here
|
| 65 |
test $ac_cv_member_struct_user_regs_struct_ecx = yes && |
65 |
test $ac_cv_member_struct_user_regs_struct_ecx = yes && |
| 66 |
test $ac_cv_member_struct_user_regs_struct_edx = yes ) |
66 |
test $ac_cv_member_struct_user_regs_struct_edx = yes ) |
| 67 |
|
67 |
|
| 68 |
dnl Check for language stuff |
|
|
| 69 |
AM_GNU_GETTEXT([external]) |
| 70 |
AM_GNU_GETTEXT_VERSION([0.16.1]) |
| 71 |
|
| 72 |
dnl Checks for library functions. |
68 |
dnl Checks for library functions. |
| 73 |
AC_FUNC_CLOSEDIR_VOID |
69 |
AC_FUNC_CLOSEDIR_VOID |
| 74 |
AC_FUNC_GETMNTENT |
70 |
AC_FUNC_GETMNTENT |
|
Lines 87-92
Link Here
|
| 87 |
AC_CONFIG_FILES([Makefile |
83 |
AC_CONFIG_FILES([Makefile |
| 88 |
doc/Makefile |
84 |
doc/Makefile |
| 89 |
src/Makefile |
85 |
src/Makefile |
| 90 |
icons/Makefile |
86 |
icons/Makefile]) |
| 91 |
po/Makefile.in]) |
|
|
| 92 |
AC_OUTPUT |
87 |
AC_OUTPUT |