File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ typeset _Dbg_orig_0=$0
38
38
typeset _Dbg_pname=${0##*/ }
39
39
40
40
# # Stuff set by autoconf/configure ###
41
- typeset prefix=@prefix@ # @PKGDATADIR@ often uses $prefix
42
- typeset _Dbg_libdir=@PKGDATADIR@
41
+ # @PKGDATADIR@ often uses $prefix, _Dbg_libdir must be a global variable
42
+ _Dbg_assign_libdir () { typeset prefix= " @prefix@ " ; _Dbg_libdir=" @PKGDATADIR@" ; }; _Dbg_assign_libdir
43
43
# ##
44
44
45
45
# We agonize a bit over _Dbg_libdir: the root directory for where
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ typeset _Dbg_orig_0=$0
49
49
typeset _Dbg_pname=${0##*/ }
50
50
51
51
# # Stuff set by autoconf/configure ###
52
- typeset prefix=@prefix@ # @PKGDATADIR@ often uses $prefix
53
- typeset _Dbg_libdir=" @PKGDATADIR@"
52
+ # @PKGDATADIR@ often uses $prefix, _Dbg_libdir must be a global variable
53
+ _Dbg_assign_libdir () { typeset prefix= " @prefix@ " ; _Dbg_libdir=" @PKGDATADIR@" ; }; _Dbg_assign_libdir
54
54
# ##
55
55
56
56
# We agonize a bit over _Dbg_libdir: the root directory for where
You can’t perform that action at this time.
0 commit comments