root/op/1.32/autogen.sh

Revision 256, 336 bytes (checked in by athomas, 3 years ago)
  • Added detection for void openlog()
  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1 #!/bin/sh
2
3 echo +aclocal
4 aclocal
5 #echo +libtoolize
6 #libtoolize --force --ltdl --automake --copy
7 #echo gettextize
8 #gettextize --force --copy --intl
9 #echo intltoolize
10 #intltoolize --force --copy
11 echo +automake
12 automake --add-missing --copy
13 echo +autoconf
14 autoconf
15 echo +autoheader
16 autoheader
17
18 echo
19 echo "Ready for ./configure to be run."
Note: See TracBrowser for help on using the browser.