head 1.2; access; symbols GETOPT_20051005:1.2; locks; strict; comment @# @; 1.2 date 2005.10.05.10.11.57; author rse; state Exp; branches; next 1.1; 1.1 date 2003.03.07.10.35.16; author rse; state Exp; branches; next ; desc @@ 1.2 log @fresh up sources; add pkgconfig file; upgrade build env to latest GNU tools @ text @ 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 @ 1.1 log @add an OSSP collection of GNU getopt sources @ text @d2 1 a2 1 AC_PREREQ(2.57) d16 1 a16 1 AC_CONFIG_FILES([Makefile getopt-config]) @