File: gl_configure

package info (click to toggle)
rosegarden4 1.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 22,344 kB
  • ctags: 14,022
  • sloc: cpp: 131,139; sh: 9,429; perl: 2,620; xml: 2,231; makefile: 607; python: 374; ansic: 339; ruby: 173; php: 2
file content (16 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# echo "Running automake..."
# automake -v
# echo "Running am_edit..."
# perl am_edit

# echo "Running configure..."
# CXX="g++ -O0 -g3 -Wall" ./configure --enable-debug --with-qt-dir=/usr/lib/qt2 --prefix=/opt/kde2.2

export WANT_AUTOCONF_2_5=1

make -f Makefile.cvs

#CXXFLAGS="-g3 -gstabs+" ./configure --enable-debug --with-qt-dir=/opt/qt3 --prefix=/opt/kde3 --with-alsa
#CXXFLAGS="-z combreloc" ./configure --enable-debug --with-qt-dir=/opt/kde3-gcc32/qt3 --prefix=/opt/kde3-gcc32 --with-alsa --with-jack --with-ladspa

CXXFLAGS="-g3 -gstabs+ -O0 -z combreloc" ./configure --enable-debug --with-qt-dir=/opt/qt3 --prefix=/opt/kde3.1 --with-alsa --with-jack --with-ladspa