File: aclocal-include.m4

package info (click to toggle)
gnome-objc 0.27.cvs.980926-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,252 kB
  • ctags: 364
  • sloc: objc: 8,683; sh: 4,866; ansic: 2,090; makefile: 591; sed: 93
file content (10 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
9
10
# 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],
[ACLOCAL="$ACLOCAL -I $1"])