configure.ac
changeset 5 f600b0d1fc5d
parent 4 218904410231
child 6 faab25d520dd
     1.1 --- a/configure.ac	Fri Jan 27 00:28:11 2012 +0000
     1.2 +++ b/configure.ac	Fri Jan 27 10:30:16 2012 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  #                                               -*- Autoconf -*-
     1.5  # Process this file with autoconf to produce a configure script.
     1.6  
     1.7 -AC_INIT([gutcheck],[1.50],[ali@juiblex.co.uk])
     1.8 +AC_INIT([bookloupe],[1.50],[ali@juiblex.co.uk])
     1.9  AC_PREREQ(2.59)
    1.10  AC_CONFIG_AUX_DIR([config])
    1.11 -AC_CONFIG_SRCDIR([gutcheck/gutcheck.c])
    1.12 +AC_CONFIG_SRCDIR([bookloupe/bookloupe.c])
    1.13  AC_CONFIG_FILES([Makefile
    1.14 -gclib/Makefile
    1.15 -gutcheck/Makefile
    1.16 +bl/Makefile
    1.17 +bookloupe/Makefile
    1.18  test/Makefile
    1.19  test/harness/Makefile
    1.20  test/compatibility/Makefile