Changeset 6146 for trunk/psphot
- Timestamp:
- Jan 21, 2006, 5:27:25 PM (20 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
autogen.sh (modified) (3 diffs)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/autogen.sh
r6140 r6146 17 17 LIBTOOLIZE=libtoolize 18 18 ACLOCAL=aclocal 19 AUTOHEADER=autoheader19 # AUTOHEADER=autoheader 20 20 AUTOMAKE=automake 21 21 AUTOCONF=autoconf … … 37 37 } 38 38 39 ($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || {40 echo41 echo "You must have $AUTOHEADER installed to compile $PROJECT."42 echo "Download the appropriate package for your distribution,"43 echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"44 DIE=139 # ($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || { 40 # echo 41 # echo "You must have $AUTOHEADER installed to compile $PROJECT." 42 # echo "Download the appropriate package for your distribution," 43 # echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/" 44 # DIE=1 45 45 } 46 46 … … 77 77 $LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed" 78 78 $ACLOCAL || echo "$ACLOCAL failed" 79 $AUTOHEADER || echo "$AUTOHEADER failed"79 # $AUTOHEADER || echo "$AUTOHEADER failed" 80 80 $AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed" 81 81 $AUTOCONF || echo "$AUTOCONF failed" -
trunk/psphot/configure.ac
r6144 r6146 24 24 ) 25 25 26 AC_CHECK_LIB(jpeg,jpeg_CreateCompress,[],[AC_MSG_ERROR([jpeg library not found.])]) 26 27 PKG_CHECK_MODULES(PSLIB, pslib >= 0.9.0) 27 28 PKG_CHECK_MODULES(PSMODULE, psmodule >= 0.0.0) 28 AC_CHECK_LIB(jpeg,jpeg_CreateCompress,[],[AC_MSG_ERROR([jpeg library not found.])])29 29 30 30 dnl Set CFLAGS for build 31 CFLAGS="${CFLAGS}" 31 32 psphot_CFLAGS="-Wall -Werror -std=c99" 32 33 AC_SUBST([psphot_CFLAGS])
Note:
See TracChangeset
for help on using the changeset viewer.
