root/autogen.sh

Revision 25:2110e0cf64ac, 325 bytes (checked in by thib, 3 years ago)
* clean littles things in configure.ac * added --with-visarc and --with-nwatowav
  • Property exe set to *
Line 
1#!/bin/sh
2autoheader && \
3aclocal -I . && \
4automake --add-missing && \
5autoconf
6
7# gcc 3.0.2 ÍрΜ€Àµ
8# gtkmm €Î autoconf €¬Êрǥš¥é¡Œ€¬œÐ€ë€Î€Ç
9# ¶¯À©Åª€Ë¥š¥é¡Œ€Îžµ€Ë€Ê€ë¹Ô€òºïœü
10#sed -e 's/^extern "C" void exit(int);//' -e "s/',//" configure > configure.new
11#cp configure.new configure
12#rm -f configure.new
13./configure $*
Note: See TracBrowser for help on using the browser.