source: git/autogen.sh @ a99d69

fieker-DuValspielwiese
Last change on this file since a99d69 was a99d69, checked in by Jerome BENOIT <quatermaster@…>, 9 years ago
autotools chain: decent generated source tarball In the script `autogen.sh', the macro directory m4 is no more considered as an include directory in order to include in the generated source tarball the needed m4 macro files. `doc/Makefile.am' needed material to generate the html documentation is added to EXTRA_DIST; not needed material is removed from the list.
  • Property mode set to 100755
File size: 79 bytes
RevLine 
[cad9d1]1#! /bin/sh
[4df5bd]2
[a821d14]3cd `dirname "$0"`
4
5# -d --warnings=all
[a99d69]6autoreconf  -v -f -i
[a821d14]7
8cd -
[4df5bd]9
Note: See TracBrowser for help on using the repository browser.