Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 203355
Collapse All | Expand All

(-)./autogen.sh (-7 lines)
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

Return to bug 203355