Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F18824687
acinclude.m4
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
623 B
Subscribers
None
acinclude.m4
View Options
dnl Macros to configure gpgme
dnl GNUPG_FIX_HDR_VERSION(FILE, NAME)
dnl (wk 2000-11-17)
AC_DEFUN(GNUPG_FIX_HDR_VERSION,
[ sed "s/^#define $2 \".*/#define $2 \"$VERSION\"/" $srcdir/$1 > $srcdir/$1.tmp
if cmp -s $srcdir/$1 $srcdir/$1.tmp 2>/dev/null; then
rm -f $srcdir/$1.tmp
else
rm -f $srcdir/$1
if mv $srcdir/$1.tmp $srcdir/$1 ; then
:
else
AC_MSG_ERROR([[
*** Failed to fix the version string macro $2 in $1.
*** The old file has been saved as $1.tmp
]])
fi
AC_MSG_WARN([fixed the $2 macro in $1])
fi
])
File Metadata
Details
Attached
Mime Type
text/x-m4
Expires
Mon, Dec 23, 1:08 PM (27 m, 24 s)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
56/2f/1a017ae26fcc41fea151c95a1a24
Attached To
rM GPGME
Event Timeline
Log In to Comment