Ticket #331: patch-configure.ac

File patch-configure.ac, 353 bytes (added by sean@…, 21 years ago)

Patch to create configure.ac for libgnugetopt

Line 
1--- libgnugetopt-1.2/configure.ac       Wed Dec 31 19:00:00 1969
2+++ configure.ac        Mon Jan 20 07:41:13 2003
3@@ -0,0 +1,16 @@
4+AC_INIT
5+AM_INIT_AUTOMAKE(libgnugetopt,1.0)
6+
7+AC_PROG_CC
8+AC_PROG_LIBTOOL
9+AC_SUBST(LIBTOOL_DEPS)
10+
11+AC_PROG_CXX
12+AC_PROG_CPP
13+AC_PROG_INSTALL
14+AC_PROG_LN_S
15+AC_PROG_MAKE_SET
16+AC_PROG_RANLIB
17+
18+AC_CONFIG_FILES([Makefile])
19+AC_OUTPUT