Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F10814322
ac_expand_dir.m4
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
450 B
Referenced Files
None
Subscribers
None
ac_expand_dir.m4
View Options
dnl AC_EXPAND_DIR(VARNAME, DIR)
dnl expands occurrences of ${prefix} and ${exec_prefix} in the given DIR,
dnl and assigns the resulting string to VARNAME
dnl example: AC_DEFINE_DIR(DATADIR, "$datadir")
dnl by Alexandre Oliva <oliva@dcc.unicamp.br>
AC_DEFUN([AC_EXPAND_DIR], [
$1=$2
$1=`(
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix="${prefix}"
eval echo \""[$]$1"\"
)`
])
File Metadata
Details
Attached
Mime Type
text/x-m4
Expires
Tue, Jul 29, 14:31 (3 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2819603
Default Alt Text
ac_expand_dir.m4 (450 B)
Attached To
Mode
rDARKBOT Darkbot
Attached
Detach File
Event Timeline
Log In to Comment