Changeset 6902
- Timestamp:
- Apr 19, 2006, 9:00:47 AM (20 years ago)
- Location:
- trunk/ppImage
- Files:
-
- 2 edited
-
autogen.sh (modified) (2 diffs)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/autogen.sh
r5910 r6902 21 21 AUTOCONF=autoconf 22 22 23 #($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {24 #echo25 #echo "You must have $LIBTOOlIZE installed to compile $PROJECT."26 #echo "Download the appropriate package for your distribution,"27 #echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/"28 #DIE=129 #}23 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || { 24 echo 25 echo "You must have $LIBTOOlIZE installed to compile $PROJECT." 26 echo "Download the appropriate package for your distribution," 27 echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/" 28 DIE=1 29 } 30 30 31 31 ($ACLOCAL --version) < /dev/null > /dev/null 2>&1 || { … … 75 75 fi 76 76 77 #$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"77 $LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed" 78 78 $ACLOCAL || echo "$ACLOCAL failed" 79 79 #$AUTOHEADER || echo "$AUTOHEADER failed" -
trunk/ppImage/configure.ac
r5978 r6902 26 26 PKG_CHECK_MODULES([PSMODULE], [psmodule >= 0.0.0]) 27 27 28 ppImage_CFLAGS="-Wall -Werror -std=c99" 29 AC_SUBST([ppImage_CFLAGS]) 28 CFLAGS="${CFLAGS} -Wall -Werror -std=c99" 30 29 31 30 AC_CONFIG_FILES([
Note:
See TracChangeset
for help on using the changeset viewer.
