diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2015-01-14 09:27:54 +0100 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2015-01-14 09:27:54 +0100 |
| commit | 0c8f6fef9da9c6b8b81325772cf62fb4b2c50314 (patch) | |
| tree | 479079c818a5fbbe959f1e48d85a5220d2ea5008 /server/configure.ac | |
| parent | aaff78cc64a91e68081b0779595c6e5bb6e202f7 (diff) | |
Made epdfinfo build-system stand alone.
* server/configure.ac: Change packagename and adopt config-files
* server/Makefile.am: Make distclean git-clean.
Diffstat (limited to 'server/configure.ac')
| -rw-r--r-- | server/configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/configure.ac b/server/configure.ac index 783b310..d8e32b5 100644 --- a/server/configure.ac +++ b/server/configure.ac @@ -2,10 +2,10 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.67]) -AC_INIT([pdf-tools], [0.40], [politza@fh-trier.de]) +AC_INIT([epdfinfo], [0.40], [politza@fh-trier.de]) AM_INIT_AUTOMAKE([-Wall -Wno-override foreign]) -AC_CONFIG_SRCDIR([src/epdfinfo.h]) -AC_CONFIG_HEADERS([src/config.h]) +AC_CONFIG_SRCDIR([epdfinfo.h]) +AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC @@ -66,7 +66,7 @@ AC_FUNC_ERROR_AT_LINE AC_FUNC_STRTOD AC_CHECK_FUNCS([strcspn strtol]) -AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile]) +AC_CONFIG_FILES([Makefile]) AC_OUTPUT echo |
