From 5b8a7cb937d9a4b790f5a10f5145fe9750f527fb Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Sun, 25 Mar 2007 08:46:57 +0000 Subject: Remove unused file. SVN revision: 29091 --- m4/ac_expand_dir.m4 | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 m4/ac_expand_dir.m4 (limited to 'm4') diff --git a/m4/ac_expand_dir.m4 b/m4/ac_expand_dir.m4 deleted file mode 100644 index b5599a0..0000000 --- a/m4/ac_expand_dir.m4 +++ /dev/null @@ -1,14 +0,0 @@ -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 -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"\" - )` -]) - -- cgit v1.2.1