From 8c4980ed5439c7c8bd2a4a5383509c4512339f8b Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Tue, 5 Sep 2000 14:07:55 +0000 Subject: [PATCH] Remove conftest* after use along the lines of AC_TRY_COMPILE. 2000-09-05 Sebastian Wilhelmi * configure.in (use_mmx_asm): Remove conftest* after use along the lines of AC_TRY_COMPILE. * .cvsignore updates --- .cvsignore | 2 +- ChangeLog | 3 +++ ChangeLog.pre-2-0 | 3 +++ ChangeLog.pre-2-10 | 3 +++ ChangeLog.pre-2-2 | 3 +++ ChangeLog.pre-2-4 | 3 +++ ChangeLog.pre-2-6 | 3 +++ ChangeLog.pre-2-8 | 3 +++ configure.in | 2 ++ gdk-pixbuf/.cvsignore | 1 + gdk-pixbuf/pixops/.cvsignore | 1 + gdk/.cvsignore | 1 + gdk/win32/.cvsignore | 1 + gtk/.cvsignore | 1 + po/.cvsignore | 2 +- 15 files changed, 30 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index e5be2e021..4550460c3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -9,7 +9,7 @@ Makefile Makefile.in aclocal.m4 configure -gtk-config +gtk-config-2.0 config.cache ABOUT-NLS intl diff --git a/ChangeLog b/ChangeLog index 9207af691..01c3c11dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-09-05 Sebastian Wilhelmi + * 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 diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 9207af691..01c3c11dc 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,5 +1,8 @@ 2000-09-05 Sebastian Wilhelmi + * 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 diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 9207af691..01c3c11dc 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2000-09-05 Sebastian Wilhelmi + * 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 diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 9207af691..01c3c11dc 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,5 +1,8 @@ 2000-09-05 Sebastian Wilhelmi + * 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 diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 9207af691..01c3c11dc 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,8 @@ 2000-09-05 Sebastian Wilhelmi + * 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 diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 9207af691..01c3c11dc 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2000-09-05 Sebastian Wilhelmi + * 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 diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 9207af691..01c3c11dc 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2000-09-05 Sebastian Wilhelmi + * 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 diff --git a/configure.in b/configure.in index 298e32c64..4b05b6f0f 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/gdk-pixbuf/.cvsignore b/gdk-pixbuf/.cvsignore index da164a845..ef7a89ab9 100644 --- a/gdk-pixbuf/.cvsignore +++ b/gdk-pixbuf/.cvsignore @@ -1,5 +1,6 @@ Makefile.in Makefile +makefile.mingw .deps .xvpics .libs diff --git a/gdk-pixbuf/pixops/.cvsignore b/gdk-pixbuf/pixops/.cvsignore index 8027cd33b..1e928aad5 100644 --- a/gdk-pixbuf/pixops/.cvsignore +++ b/gdk-pixbuf/pixops/.cvsignore @@ -1,5 +1,6 @@ Makefile Makefile.in +makefile.mingw .libs .deps *.lo diff --git a/gdk/.cvsignore b/gdk/.cvsignore index 526719892..f42a1078d 100644 --- a/gdk/.cvsignore +++ b/gdk/.cvsignore @@ -1,6 +1,7 @@ *.lo Makefile Makefile.in +makefile.mingw .deps _libs .libs diff --git a/gdk/win32/.cvsignore b/gdk/win32/.cvsignore index 1f2da2d31..6cb5136e4 100644 --- a/gdk/win32/.cvsignore +++ b/gdk/win32/.cvsignore @@ -1,5 +1,6 @@ *.lo Makefile Makefile.in +makefile.mingw .deps .libs diff --git a/gtk/.cvsignore b/gtk/.cvsignore index f7228fc2d..9bc137d28 100644 --- a/gtk/.cvsignore +++ b/gtk/.cvsignore @@ -1,6 +1,7 @@ *.lo Makefile Makefile.in +makefile.mingw .deps _libs .libs diff --git a/po/.cvsignore b/po/.cvsignore index 26e7fb546..bcf4cd1a4 100644 --- a/po/.cvsignore +++ b/po/.cvsignore @@ -5,5 +5,5 @@ Makefile.in Makefile.in.in POTFILES cat-id-tbl.c -gtk+.pot +gtk20.pot stamp-cat-id -- 2.43.2