To build and install lgmon:

        ./autogen.sh --program-suffix=<Printer Model Name>
        make
        make install

To build and install cngpijmon with AUTOCONF

You can set the following <Printer Model Name>.
            ip1900
            ip3600
            ip4600
            mp190
            mp240
            mp540
            mp630

Example for building the ip3600 lgmon with the new automake and autoconf:
        ./autogen.sh --program-suffix=ip3600
        make
        make install

