autogen.sh

branch
release-2.x.y
changeset 35925
3edc70bf4e09
parent 28778
3d77f81dcf5c
child 35972
04fa195c585c
equal deleted inserted replaced
35693:61c9fdaa71df 35925:3edc70bf4e09
158 run_or_die ${AUTOCONF} ${AUTOCONF_FLAGS} 158 run_or_die ${AUTOCONF} ${AUTOCONF_FLAGS}
159 159
160 ############################################################################### 160 ###############################################################################
161 # Run configure 161 # Run configure
162 ############################################################################### 162 ###############################################################################
163 echo "running ./configure ${CONFIGURE_FLAGS} $@" 163 if test -z "$NOCONFIGURE"; then
164 ./configure ${CONFIGURE_FLAGS} $@ 164 echo "running ./configure ${CONFIGURE_FLAGS} $@"
165 ./configure ${CONFIGURE_FLAGS} $@
166 fi

mercurial