diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-07-13 11:59:16 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-07-13 11:59:16 -0400 |
commit | 3a8ab85d967c3b0fa1b7d702d640df61020d92a0 (patch) | |
tree | 93b09495f29e1f1bd81d27f0cb6859e55050de0f /m4macros | |
parent | 0bb7cc3fceb9223845d2032c9d381f2e15c5285d (diff) |
rename configure.in to configure.ac
Diffstat (limited to 'm4macros')
-rw-r--r-- | m4macros/glib-gettext.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4 index 68b08b3f4..77aa9f63f 100644 --- a/m4macros/glib-gettext.m4 +++ b/m4macros/glib-gettext.m4 @@ -280,7 +280,7 @@ msgstr "" dnl These rules are solely for the distribution goal. While doing this dnl we only have to keep exactly one list of the available catalogs - dnl in configure.in. + dnl in configure.ac. for lang in $ALL_LINGUAS; do GMOFILES="$GMOFILES $lang.gmo" POFILES="$POFILES $lang.po" @@ -409,7 +409,7 @@ AC_DEFINE_UNQUOTED($1, "$localedir", dnl dnl Now the definitions that aclocal will find dnl -ifdef(glib_configure_in,[],[ +ifdef(glib_configure_ac,[],[ AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)]) AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)]) ])dnl |