Skip to content

Commit

Permalink
* : Tagged munge-0.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dun committed May 18, 2006
2 parents 3a1f9cf + 855bbea commit 7eaf286
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* : Released 0.5.3.

* config/x_ac_meta.m4: Changed META_ALIAS to not include release if 1.

* HISTORY, META, NEWS: Updated for 0.5.3 release.

* munge.spec: Ensured "libmunge-32_64.a" is removed at top of %build.
Expand Down
3 changes: 2 additions & 1 deletion config/x_ac_meta.m4
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ AC_DEFUN([X_AC_META], [
if test -n "$META_NAME" -a -n "$META_VERSION"; then
META_ALIAS="$META_NAME-$META_VERSION"
test -n "$META_RELEASE" && META_ALIAS="$META_ALIAS-$META_RELEASE"
test -n "$META_RELEASE" -a "$META_RELEASE" != "1" \
&& META_ALIAS="$META_ALIAS-$META_RELEASE"
AC_DEFINE_UNQUOTED([META_ALIAS], ["$META_ALIAS"],
[Define the project alias string (name-ver or name-ver-rel).]
)
Expand Down
25 changes: 13 additions & 12 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,8 @@ _ACEOF
if test -n "$META_NAME" -a -n "$META_VERSION"; then
META_ALIAS="$META_NAME-$META_VERSION"
test -n "$META_RELEASE" && META_ALIAS="$META_ALIAS-$META_RELEASE"
test -n "$META_RELEASE" -a "$META_RELEASE" != "1" \
&& META_ALIAS="$META_ALIAS-$META_RELEASE"
cat >>confdefs.h <<_ACEOF
#define META_ALIAS "$META_ALIAS"
Expand Down Expand Up @@ -6804,7 +6805,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 6807 "configure"
#line 6808 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
Expand Down Expand Up @@ -6902,7 +6903,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 6905 "configure"
#line 6906 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
Expand Down Expand Up @@ -7051,7 +7052,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
echo '#line 7054 "configure"' > conftest.$ac_ext
echo '#line 7055 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
Expand Down Expand Up @@ -7739,11 +7740,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:7742: $lt_compile\"" >&5)
(eval echo "\"\$as_me:7743: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:7746: \$? = $ac_status" >&5
echo "$as_me:7747: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
Expand Down Expand Up @@ -8033,11 +8034,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:8036: $lt_compile\"" >&5)
(eval echo "\"\$as_me:8037: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:8040: \$? = $ac_status" >&5
echo "$as_me:8041: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
Expand Down Expand Up @@ -8137,11 +8138,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:8140: $lt_compile\"" >&5)
(eval echo "\"\$as_me:8141: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:8144: \$? = $ac_status" >&5
echo "$as_me:8145: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
Expand Down Expand Up @@ -8193,11 +8194,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:8196: $lt_compile\"" >&5)
(eval echo "\"\$as_me:8197: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:8200: \$? = $ac_status" >&5
echo "$as_me:8201: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
Expand Down

0 comments on commit 7eaf286

Please sign in to comment.