From ff65e26ce7567ea6a907e566f8530f4988231d68 Mon Sep 17 00:00:00 2001 From: malosek Date: Mon, 5 Oct 2009 10:22:12 +0200 Subject: [PATCH] create_custom_gsi.patch renamed to create_custom_gsi_1.patch --- configure.in | 4 ++-- .../{create_custom_gsi.patch => create_custom_gsi_1.patch} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename foreign/openpgm/{create_custom_gsi.patch => create_custom_gsi_1.patch} (100%) diff --git a/configure.in b/configure.in index 78029a32..42178d2d 100644 --- a/configure.in +++ b/configure.in @@ -436,10 +436,10 @@ if test "x$with_pgm1_ext" != "xno"; then AC_MSG_CHECKING([Patching ${pgm_basename}]) - if patch --silent -p0 < foreign/openpgm/create_custom_gsi.patch; then + if patch --silent -p0 < foreign/openpgm/create_custom_gsi_1.patch; then AC_MSG_RESULT([yes]) else - AC_MSG_ERROR([Could not apply foreign/openpgm/create_custom_gsi.patch file.]) + AC_MSG_ERROR([Could not apply foreign/openpgm/create_custom_gsi_1.patch file.]) fi # Generate galois_tables.c diff --git a/foreign/openpgm/create_custom_gsi.patch b/foreign/openpgm/create_custom_gsi_1.patch similarity index 100% rename from foreign/openpgm/create_custom_gsi.patch rename to foreign/openpgm/create_custom_gsi_1.patch