| 19 |
|
|
| 20 |
dnl Check for getopt support |
dnl Check for getopt support |
| 21 |
dnl Check header |
dnl Check header |
| 22 |
AC_CHECK_HEADER(getopt.h, , AM_CPPFLAGS="$AM_CPPFLAGS -I src/getopt/" ) |
AC_CHECK_HEADER(getopt.h, , AM_CPPFLAGS="$AM_CPPFLAGS -I $ac_top_srcdir/src/getopt/" ) |
| 23 |
AC_SUBST(AM_CPPFLAGS) |
AC_SUBST(AM_CPPFLAGS) |
| 24 |
|
|
| 25 |
AC_CHECK_FUNC(getopt, , AC_LIBOBJ([getopt/getopt])) |
AC_CHECK_FUNC(getopt, , AC_LIBOBJ([getopt/getopt])) |
| 41 |
|
|
| 42 |
AC_OUTPUT([ po/Makefile.in m4/Makefile intl/Makefile |
AC_OUTPUT([ po/Makefile.in m4/Makefile intl/Makefile |
| 43 |
Makefile \ |
Makefile \ |
| 44 |
|
gedcomparser-config \ |
| 45 |
src/Makefile \ |
src/Makefile \ |
| 46 |
src/getopt/Makefile \ |
src/getopt/Makefile \ |
| 47 |
src/GEDCOMParser/Makefile \ |
src/GEDCOMParser/Makefile \ |
| 48 |
|
src/GEDCOMParser/DateManagement/Makefile \ |
| 49 |
|
src/GEDCOMParser/ParseErrorManagement/Makefile \ |
| 50 |
src/patterns/Makefile \ |
src/patterns/Makefile \ |
| 51 |
doc/Makefile \ |
doc/Makefile \ |
| 52 |
doc/reference/Makefile |
doc/reference/Makefile |