raspberrypi-ui / piclone

Utility to back up Pi to an SD card reader
260 stars 62 forks source link

configure.ac #41

Closed mydogteddy closed 2 years ago

mydogteddy commented 2 years ago

Using ubuntu 22.04 I had to remove line 2 from configure.ac AC_CONFIG_MACRO_DIR([m4]) To make it compile.

spl237 commented 2 years ago

That line is required for it to compile under Raspberry Pi OS, which is the intended target OS, so I'm afraid that's not something we're going to change.

mydogteddy commented 2 years ago

OK, thanks for the response, I am using Ubuntu 22.04 on my RPi 4 which seems infinitely better than the Raspberry Pi OS, plus by removing line 2 it also means I can compile the same and use SD Card Copier on my laptop which also has Ubuntu 22.04 on it. However, I do understand your comment