Parent Directory
|
Revision Log
remove config.h.in to be sure to regenerate it
| 1 | #! /bin/sh |
| 2 | |
| 3 | # $Id$ |
| 4 | |
| 5 | set -x |
| 6 | |
| 7 | if [ -e Makefile ] |
| 8 | then |
| 9 | make distclean |
| 10 | fi |
| 11 | rm -f config.h.in |
| 12 | aclocal -I build --output=build/aclocal.m4 |
| 13 | libtoolize --copy --force |
| 14 | # cp -f ~/cvs/config/config.guess ~/cvs/config/config.sub build/ |
| 15 | autoheader |
| 16 | automake --add-missing --copy --verbose |
| 17 | autoreconf --localdir=build --gnu --verbose |
| 18 |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |