1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 17:32:29 +01:00

*** empty log message ***

This commit is contained in:
kojima
2000-11-12 03:28:56 +00:00
parent 52308a0abc
commit 29ceeb870d
2 changed files with 12 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = no-dependencies AUTOMAKE_OPTIONS = no-dependencies
SUBDIRS = . Documentation Resources Examples Tests SUBDIRS = . Documentation Resources Examples Extras Tests

View File

@@ -15,7 +15,7 @@ AC_INIT(src/WindowMaker.h)
AM_INIT_AUTOMAKE(WindowMaker, 0.62.2) AM_INIT_AUTOMAKE(WindowMaker, 0.63.0)
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
@@ -174,7 +174,9 @@ dnl ============================================
dnl GCC/as with MMX support dnl GCC/as with MMX support
dnl -------------------- dnl --------------------
if test "$ac_cv_prog_gcc" = yes; then # until we fix it, leave it disabled
#if test "$ac_cv_prog_gcc" = yes; then
if [ 0 -eq 1 ]; then
x86=0 x86=0
changequote(,)dnl changequote(,)dnl
case "$host_cpu" in case "$host_cpu" in
@@ -183,6 +185,10 @@ if test "$ac_cv_prog_gcc" = yes; then
esac esac
changequote([,])dnl changequote([,])dnl
if $host_os != "linux"; then
x86=0
fi
if test $x86 = 1; then if test $x86 = 1; then
AC_DEFINE(ASM_X86) AC_DEFINE(ASM_X86)
@@ -851,9 +857,9 @@ dnl AC_SUBST(DOCTYPES)
AC_OUTPUT(Makefile po/Makefile util/Makefile test/Makefile wmlib/Makefile \ AC_OUTPUT(Makefile po/Makefile util/Makefile test/Makefile wmlib/Makefile \
WINGs/Makefile WINGs/Documentation/Makefile WINGs/Examples/Makefile \ WINGs/Makefile WINGs/Documentation/Makefile WINGs/Examples/Makefile \
WINGs/Resources/Makefile WINGs/Tests/Makefile wrlib/Makefile \ WINGs/Resources/Makefile WINGs/Tests/Makefile WINGs/Extras/Makefile \
src/Makefile src/wconfig.h doc/Makefile contrib/Makefile \ wrlib/Makefile src/Makefile src/wconfig.h doc/Makefile \
WindowMaker/Makefile WindowMaker/Backgrounds/Makefile \ contrib/Makefile WindowMaker/Makefile WindowMaker/Backgrounds/Makefile \
WindowMaker/Defaults/Makefile WindowMaker/IconSets/Makefile \ WindowMaker/Defaults/Makefile WindowMaker/IconSets/Makefile \
WindowMaker/Icons/Makefile WindowMaker/Pixmaps/Makefile \ WindowMaker/Icons/Makefile WindowMaker/Pixmaps/Makefile \
WindowMaker/Styles/Makefile WindowMaker/Themes/Makefile \ WindowMaker/Styles/Makefile WindowMaker/Themes/Makefile \