forked from AuroraMiddleware/gtk
Remove conftest* after use along the lines of AC_TRY_COMPILE.
2000-09-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in (use_mmx_asm): Remove conftest* after use along the lines of AC_TRY_COMPILE. * .cvsignore updates
This commit is contained in:
parent
f4fc70e3c7
commit
8c4980ed54
@ -9,7 +9,7 @@ Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
configure
|
||||
gtk-config
|
||||
gtk-config-2.0
|
||||
config.cache
|
||||
ABOUT-NLS
|
||||
intl
|
||||
|
@ -1,5 +1,8 @@
|
||||
2000-09-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in (use_mmx_asm): Remove conftest* after use along the
|
||||
lines of AC_TRY_COMPILE.
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
|
||||
of g_dirname, which is deprecated.
|
||||
(gtk_rc_parse_any): Removed calls to
|
||||
|
@ -1,5 +1,8 @@
|
||||
2000-09-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in (use_mmx_asm): Remove conftest* after use along the
|
||||
lines of AC_TRY_COMPILE.
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
|
||||
of g_dirname, which is deprecated.
|
||||
(gtk_rc_parse_any): Removed calls to
|
||||
|
@ -1,5 +1,8 @@
|
||||
2000-09-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in (use_mmx_asm): Remove conftest* after use along the
|
||||
lines of AC_TRY_COMPILE.
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
|
||||
of g_dirname, which is deprecated.
|
||||
(gtk_rc_parse_any): Removed calls to
|
||||
|
@ -1,5 +1,8 @@
|
||||
2000-09-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in (use_mmx_asm): Remove conftest* after use along the
|
||||
lines of AC_TRY_COMPILE.
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
|
||||
of g_dirname, which is deprecated.
|
||||
(gtk_rc_parse_any): Removed calls to
|
||||
|
@ -1,5 +1,8 @@
|
||||
2000-09-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in (use_mmx_asm): Remove conftest* after use along the
|
||||
lines of AC_TRY_COMPILE.
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
|
||||
of g_dirname, which is deprecated.
|
||||
(gtk_rc_parse_any): Removed calls to
|
||||
|
@ -1,5 +1,8 @@
|
||||
2000-09-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in (use_mmx_asm): Remove conftest* after use along the
|
||||
lines of AC_TRY_COMPILE.
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
|
||||
of g_dirname, which is deprecated.
|
||||
(gtk_rc_parse_any): Removed calls to
|
||||
|
@ -1,5 +1,8 @@
|
||||
2000-09-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in (use_mmx_asm): Remove conftest* after use along the
|
||||
lines of AC_TRY_COMPILE.
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
|
||||
of g_dirname, which is deprecated.
|
||||
(gtk_rc_parse_any): Removed calls to
|
||||
|
@ -852,6 +852,8 @@ if test $use_x86_asm = yes; then
|
||||
use_mmx_asm=yes
|
||||
fi
|
||||
|
||||
rm -rf conftest*
|
||||
|
||||
ac_ext=$save_ac_ext
|
||||
if test $use_mmx_asm = yes; then
|
||||
AC_DEFINE(USE_MMX)
|
||||
|
@ -1,5 +1,6 @@
|
||||
Makefile.in
|
||||
Makefile
|
||||
makefile.mingw
|
||||
.deps
|
||||
.xvpics
|
||||
.libs
|
||||
|
@ -1,5 +1,6 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
makefile.mingw
|
||||
.libs
|
||||
.deps
|
||||
*.lo
|
||||
|
@ -1,6 +1,7 @@
|
||||
*.lo
|
||||
Makefile
|
||||
Makefile.in
|
||||
makefile.mingw
|
||||
.deps
|
||||
_libs
|
||||
.libs
|
||||
|
@ -1,5 +1,6 @@
|
||||
*.lo
|
||||
Makefile
|
||||
Makefile.in
|
||||
makefile.mingw
|
||||
.deps
|
||||
.libs
|
||||
|
@ -1,6 +1,7 @@
|
||||
*.lo
|
||||
Makefile
|
||||
Makefile.in
|
||||
makefile.mingw
|
||||
.deps
|
||||
_libs
|
||||
.libs
|
||||
|
@ -5,5 +5,5 @@ Makefile.in
|
||||
Makefile.in.in
|
||||
POTFILES
|
||||
cat-id-tbl.c
|
||||
gtk+.pot
|
||||
gtk20.pot
|
||||
stamp-cat-id
|
||||
|
Loading…
Reference in New Issue
Block a user