| 1 | --- /dev/null |
| 2 | +++ b/Makefile.am |
| 3 | @@ -0,0 +1,2 @@ |
| 4 | +ACLOCAL_AMFLAGS = -I m4 |
| 5 | +SUBDIRS = . |
| 6 | --- /dev/null |
| 7 | +++ b/libcharset/Makefile.am |
| 8 | @@ -0,0 +1 @@ |
| 9 | +ACLOCAL_AMFLAGS = -I m4 |
| 10 | --- a/configure.ac |
| 11 | +++ b/configure.ac |
| 12 | @@ -54,7 +54,7 @@ AC_ISC_POSIX |
| 13 | |
| 14 | dnl checks for installer options |
| 15 | |
| 16 | -AC_RELOCATABLE |
| 17 | +gl_RELOCATABLE |
| 18 | |
| 19 | AC_ARG_ENABLE([extra-encodings], |
| 20 | [AC_HELP_STRING([--enable-extra-encodings], |
| 21 | --- a/libcharset/configure.ac |
| 22 | +++ b/libcharset/configure.ac |
| 23 | @@ -41,7 +41,7 @@ AC_CANONICAL_HOST |
| 24 | |
| 25 | dnl checks for installer options |
| 26 | |
| 27 | -AC_RELOCATABLE_LIBRARY |
| 28 | +gl_RELOCATABLE_LIBRARY |
| 29 | |
| 30 | dnl checks for programs |
| 31 | |
| 32 | |