summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2005-01-26 22:14:01 +0000
committerBenedikt Meurer <benny@xfce.org>2005-01-26 22:14:01 +0000
commita1fc976e14bd61e69670686183dfcbc3586b94a7 (patch)
tree4bc3456884e6f0e1e056d61294b909799eeae8a3 /m4macros
parent3bd7708effc4d6765b42c21ab4d366c02db61fa9 (diff)
downloadxfce4-dev-tools-a1fc976e14bd61e69670686183dfcbc3586b94a7.tar.gz
2005-01-26 Benedikt Meurer <benny@xfce.org>
* autogen.sh: Be sure to pass command line parameters to xdt-autogen and configure. * m4macros/xdt-i18n.m4: Add missing fi, so now XDT_I18N() works properly. * .cvsignore, m4macros/.cvsignore, scripts/.cvsignore: Shut up CVS. (Old svn revision: 2265)
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/.cvsignore2
-rw-r--r--m4macros/xdt-i18n.m41
2 files changed, 3 insertions, 0 deletions
diff --git a/m4macros/.cvsignore b/m4macros/.cvsignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/m4macros/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/m4macros/xdt-i18n.m4 b/m4macros/xdt-i18n.m4
index 4489f2b..c6e4eac 100644
--- a/m4macros/xdt-i18n.m4
+++ b/m4macros/xdt-i18n.m4
@@ -387,6 +387,7 @@ AC_DEFUN([XDT_I18N],
localedir=$libdir/locale
else
localedir=$datadir/locale
+ fi
])
AC_MSG_RESULT([$localdir])
AC_SUBST([localdir])