debrix-input-penmount Makefile.am,NONE,1.1 autogen.sh,NONE,1.1
Adam Jackson <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: ajax Update of /cvs/xserver/debrix-input-penmount In directory pdx:/tmp/stage/debrix-input-penmount Added Files: Makefile.am autogen.sh Log Message: first pass at autotooling: autogen.sh and a top-level Makefile.am. --- NEW FILE: Makefile.am --- AUTOMAKE_OPTIONS = foreign SUBDIRS = penmount --- NEW FILE: autogen.sh --- #! /bin/sh autoreconf -v --install || exit 1 ./configure --enable-maintainer-mode "$@"