source: git/autogen.sh @ a99d69

spielwiese
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
Line 
1#! /bin/sh
2
3cd `dirname "$0"`
4
5# -d --warnings=all
6autoreconf  -v -f -i
7
8cd -
9
Note: See TracBrowser for help on using the repository browser.