Lines Matching full:package
21 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
188 [Package requirements ($2) were not met:
754 # your package does certain things. But this isn't really a big deal.
762 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
765 # The call with PACKAGE and VERSION arguments is the old style
766 # call (pre autoconf-2.50), which is being phased out. PACKAGE
800 # Define the identity of the package.
806 AC_SUBST([PACKAGE], [$1])dnl subst
813 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
814 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl subst
818 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) definition
819 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl