On Sun, 2002-10-20 at 14:40, Tom Tromey wrote: > Does libghttp have its own configure script?
Yes > If so it is probably even cleaner to run that. Put this in > configure.in: > > AC_CONFIG_SUBDIRS(libghttp-1.0.9-mod) > Where does this go in the configure.in file? Above the AC_OUTPUT command? From what I have read there has to be an order to the script, so I want to make sure I put it in the right place > Then put this in your Makefile.am: > > SUBDIRS = libghttp-1.0.9-mod > I assume this goes at the top of the Makefile.am file? Thanks for your help on this. -- Eric Anderson
