This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
How add a directory to source tree that used Autoconf but NOTAutomake?!..
- From: <cs at gnumatica dot com>
- To: automake at gnu dot org
- Date: Tue, 13 May 2003 13:05:12 -0700 (MST)
- Subject: How add a directory to source tree that used Autoconf but NOTAutomake?!..
I am trying to add libpcap source to my source tree and package it.
These guys used Autoconf but did NOT use Automake.
I can create a tarball doing "make tar" with their Makefile.
I cannot do "make dist" because their home grown set up does NOT
have the "dist" target.
How add this package to my source tree!?!?
Chris