mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* acinclude.m4: added AM_ACLOCAL_INCLUDE so it would work from
configure.in under the new auto* tools. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5492 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1c5e95fe73
commit
db9971565a
17
acinclude.m4
17
acinclude.m4
@ -1,3 +1,20 @@
|
||||
# aclocal-include.m4
|
||||
#
|
||||
# This macro adds the name macrodir to the set of directories
|
||||
# that `aclocal' searches for macros.
|
||||
|
||||
# serial 1
|
||||
|
||||
dnl AM_ACLOCAL_INCLUDE(macrodir)
|
||||
AC_DEFUN([AM_ACLOCAL_INCLUDE],
|
||||
[
|
||||
AM_CONDITIONAL(INSIDE_GNOME_COMMON, test x = y)
|
||||
|
||||
test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
|
||||
|
||||
for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done
|
||||
])
|
||||
|
||||
dnl g-wrap.m4
|
||||
dnl Written by Robert Merkel <rgmerk@mira.net>
|
||||
dnl Parts ripped off from guile.m4 and ORBit.m4
|
||||
|
Loading…
Reference in New Issue
Block a user