diff options
-rw-r--r-- | INSTALL | 6 | ||||
-rw-r--r-- | Makefile.am (renamed from Makefile.am.in) | 2 | ||||
-rw-r--r-- | autogen.sh | 9 |
3 files changed, 7 insertions, 10 deletions
@@ -57,5 +57,9 @@ Basic Installation ldconfig after installation. Another option is to run configure with the option --prefix=/usr + + To build from CVS, you will first need to run + + autoreconf -i + Have fun. - -Fritz diff --git a/Makefile.am.in b/Makefile.am index f14b899..1d84b9e 100644 --- a/Makefile.am.in +++ b/Makefile.am @@ -28,3 +28,5 @@ kdoc: specfile: sed -e "s/\@VERSION\@/$(VERSION)/" < $(TMPDEST)etc/plptools.spec.in \ > $(TMPDEST)etc/plptools.spec + +ACLOCAL_AMFLAGS = -I m4 diff --git a/autogen.sh b/autogen.sh deleted file mode 100644 index 44e95e7..0000000 --- a/autogen.sh +++ /dev/null @@ -1,9 +0,0 @@ -# Set up for compilation - -cp Makefile.am.in Makefile.am -mkdir -p intl -echo n | gettextize --force --intl --no-changelog -test -e po/Makevars || cp po/Makevars.template po/Makevars -rm -f *~ --test -f po/ChangeLog~ && mv -f po/ChangeLog~ po/ChangeLog -autoreconf -i |