diff --git Makefile.am Makefile.am index be8b4b7..265d6f6 100644 --- Makefile.am +++ Makefile.am @@ -14,7 +14,8 @@ EXTRA_DIST = \ libstoragemgmt.pc.in \ libstoragemgmt.pc \ libstoragemgmt.spec.in \ - libstoragemgmt.spec + libstoragemgmt.spec \ + autogen.sh pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libstoragemgmt.pc diff --git autogen.sh autogen.sh new file mode 100755 index 0000000..318362c --- /dev/null +++ autogen.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +#Clean stuff up to ensure a clean autobuild +rm -rf autom4te.cache/* +rm -rf build-aux/* +rm -f m4/l* +rm -f aclocal.m4 + +autoreconf -f -i