source: git/autogen.sh @ 021751

spielwiese
Last change on this file since 021751 was 4df5bd, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
ADD: one can use autoreconf, for instance as via autogen.sh for generating a buildsystem RM: INSTALL/mkinstalldirs/install-sh are generated automatically by autotools CHG: please use autogen.sh instead of for_Hans_with_love.sh
  • Property mode set to 100755
File size: 592 bytes
Line 
1#!/bin/sh
2
3autoreconf -vifs
4
5# TOP_DIR=$PWD
6#
7# autotools ()
8# {
9#   aclocal -I $TOP_DIR/m4
10#   autoheader
11#   autoconf
12#   automake -a
13# }
14#
15#
16# for d in . factory libpolys; do
17#   echo "==============="
18#   echo "run libtoolize --force, aclocal -I $TOP_DIR/m4, autoconf, automake -a in $d"
19#   echo "---------------"
20#   cd $d
21#   libtoolize --force
22#   autotools
23#   cd $TOP_DIR
24#   echo
25# done
26#
27# for d in omalloc; do
28#   echo "==============="
29#   echo "run aclocal -I $TOP_DIR/m4, autotools in $d"
30#   echo "---------------"
31#   cd $d
32#   autotools
33#   cd $TOP_DIR
34#   echo
35# done
Note: See TracBrowser for help on using the repository browser.