OSSP CVS Repository

ossp - ossp-pkg/getopt/configure.ac 1.2
Not logged in
[Honeypot]  [Browse]  [Directory]  [Home]  [Login
[Reports]  [Search]  [Ticket]  [Timeline
  [Raw

ossp-pkg/getopt/configure.ac 1.2

AC_PREREQ(2.59)
AC_INIT
AC_CONFIG_SRCDIR(Makefile.in)
GETOPT_VERSION=`cat VERSION`
AC_SUBST(GETOPT_VERSION)

AC_PROG_MAKE_SET
AC_PROG_CC
AC_PATH_PROG(AR, ar, ar)
AC_PROG_RANLIB

AC_CHECK_HEADERS(string.h strings.h)

AC_CONFIG_HEADERS(config.h)
AC_CONFIG_FILES([Makefile getopt-config getopt.pc])
AC_CONFIG_COMMANDS([adjustment], [chmod a+x getopt-config])

AC_OUTPUT


CVSTrac 2.0.1