Lines 117-126
Link Here
|
117 |
|
117 |
|
118 |
#conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c |
118 |
#conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c |
119 |
|
119 |
|
120 |
if test x$NOCONFIGURE = x; then |
|
|
121 |
echo Running $srcdir/configure $conf_flags "$@" ... |
122 |
$srcdir/configure $conf_flags "$@" \ |
123 |
&& echo Now type \`make\' to compile $PKG_NAME |
124 |
else |
125 |
echo Skipping configure process. |
126 |
fi |