Skip to content
Snippets Groups Projects
Commit a1fc976e authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

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)
parent 3bd7708e
No related branches found
No related tags found
No related merge requests found
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.log
config.status
configure
install-sh
missing
xfce4-dev-tools.spec
.*.swp
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.
2005-01-26 Benedikt Meurer <benny@xfce.org>
* HACKING: Added notes for developers with write access to the
......
......@@ -9,12 +9,12 @@
#
if (type xdt-autogen) >/dev/null 2>&1; then
exec xdt-autogen
exec xdt-autogen $@
else
(aclocal &&
automake --add-missing --copy --gnu &&
autoconf &&
./configure --enable-maintainer-mode "$@" &&
./configure --enable-maintainer-mode $@ &&
echo "Now type \"make\" to build.") || exit 1
fi
......
Makefile
Makefile.in
......@@ -387,6 +387,7 @@ AC_DEFUN([XDT_I18N],
localedir=$libdir/locale
else
localedir=$datadir/locale
fi
])
AC_MSG_RESULT([$localdir])
AC_SUBST([localdir])
......
Makefile
Makefile.in
xdt-autogen
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment